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
18 PASS r.toString() is "ABCDE3"
19 PASS successfullyParsed is true