blob: bb3c4c6a57d960d8ce3d2ee4d8e69f1662f9f673 [file] [log] [blame]
This tests the NonDocumentTypeChildNode interface nextElementSibling property on a Text node.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS a.nextElementSibling is null
PASS a.nextElementSibling is b
PASS a.nextElementSibling is b
PASS successfullyParsed is true
TEST COMPLETE