Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / remove-expected.txt
bloba2143804488dd2ad3378168f3c81059423fa1f14
1 This tests the DOM 4 remove method on an Element.
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