Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Text / next-element-sibling-expected.txt
blobbb3c4c6a57d960d8ce3d2ee4d8e69f1662f9f673
1 This tests the NonDocumentTypeChildNode interface nextElementSibling property on a Text node.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS a.nextElementSibling is null
7 PASS a.nextElementSibling is b
8 PASS a.nextElementSibling is b
9 PASS successfullyParsed is true
11 TEST COMPLETE