Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Range / range-insertNode-splittext-expected.txt
blob344c2a4f7d64266ce0c8770781881f63b87709b2
1 Test for proper behavior of Range.insertNode when splitting text nodes
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS p.childNodes.length is 3
7 PASS p.childNodes[0] is t1
8 PASS p.childNodes[0].data is "12"
9 PASS p.childNodes[1] is t2
10 PASS p.childNodes[1].data is "ABCDE"
11 PASS p.childNodes[2].data is "345"
12 PASS r.collapsed is false
13 PASS r.commonAncestorContainer is p
14 PASS r.startContainer is t1
15 PASS r.startOffset is 2
16 PASS r.endContainer is t3
17 PASS r.endOffset is 1
18 PASS r.toString() is "ABCDE3"
19 PASS successfullyParsed is true
21 TEST COMPLETE