4 <script type=
"text/javascript">
7 document
.getElementById('console').appendChild(document
.createTextNode(msg
+ '\n'));
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
15 var r
= document
.createRange();
21 log('PASS: No crash.');
25 <body onload=
"runTests();">
26 <p>This tests that we don't crash when passing null to Range.insertNode(). (rdar://problem/
5488478)
</p>
27 <pre id=
"console"></pre>