1 Test for proper behavior of Range.insertNode(documentFragment) when startContainer != endContainer
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS r.toString() is "ABC"
7 PASS p.childNodes.length is 4
8 PASS p.childNodes[0] is t1
9 PASS p.childNodes[1] is t3
10 PASS p.childNodes[2] is t4
11 PASS p.childNodes[3] is t2
12 PASS r.collapsed is false
13 PASS r.commonAncestorContainer is p
14 PASS r.startContainer is p
15 PASS r.startOffset is 1
16 PASS r.endContainer is t2
18 PASS r.toString() is "PQRXYZABC"
19 PASS successfullyParsed is true