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
15 PASS r.toString() is ""
16 PASS successfullyParsed is true