This test ensures that we can attach various DOMs to the document.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS u.tagName is 'Long'
FAIL (new XMLSerializer()).serializeToString(doc) should be . Was
This page contains the following errors:
error on line 1 at column 8: Extra content at the end of the document
Below is a rendering of the page up to the first error.
.
PASS u.tagName is 'Long'
FAIL (new XMLSerializer()).serializeToString(doc) should be 15. Was
This page contains the following errors:
error on line 1 at column 23: Extra content at the end of the document
Below is a rendering of the page up to the first error.
15.
PASS u.tagName is 'Long'
FAIL (new XMLSerializer()).serializeToString(doc) should be 1. Was
This page contains the following errors:
error on line 1 at column 18: Extra content at the end of the document
Below is a rendering of the page up to the first error.
1.
PASS u.tagName is 'Long'
FAIL (new XMLSerializer()).serializeToString(doc) should be 15116. Was
This page contains the following errors:
error on line 1 at column 29: Extra content at the end of the document
Below is a rendering of the page up to the first error.
15116.
PASS successfullyParsed is true
TEST COMPLETE