Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Range / insertNode-empty-fragment-crash-expected.txt
blob6fd8d8eaa446a74dc8caf1820b3c1476075e86e8
1 Test Range.insertNode(fragment) when the fragment is empty and the range is collapsed
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS r.toString() is ""
7 PASS p.childNodes.length is 2
8 PASS p.childNodes[0] is t1
9 PASS p.childNodes[1] is t2
10 PASS r.collapsed is true
11 PASS r.startContainer is p
12 PASS r.startOffset is 1
13 PASS r.endContainer is p
14 PASS r.endOffset is 1
15 PASS r.toString() is ""
16 PASS successfullyParsed is true
18 TEST COMPLETE