Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Text / remove-expected.txt
blob232db96a65353406adc65e1f7e2e9751c9b8faca
1 This tests the DOM 4 remove method on a Text node.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS testDiv.childNodes.length is 1
7 PASS testDiv.childNodes.length is 0
8 PASS testDiv.childNodes.length is 0
9 PASS successfullyParsed is true
11 TEST COMPLETE