2 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=28697">bug
28697</a>.
</p>
3 <div id=
"div"><p id=
"one"></p><p id=
"two">FAIL, the test did not start.
</p></div>
6 testRunner
.dumpAsText();
9 if (typeof GCController
!== "undefined")
10 GCController
.collect();
15 var temp
= {i
: "ab" + i
+ (i
/ 100000)};
19 for (var i
= 0; i
< 1000; i
++)
24 var div
= document
.getElementById("div");
25 var two
= document
.getElementById("two");
26 var range
= document
.createRange();
27 range
.setStart(two
, 0);
30 div
.innerHTML
= "FAIL, the test did not complete.";
35 div
.innerHTML
= "PASS, the test did not crash.";
36 if (window
.testRunner
) {
37 testRunner
.notifyDone();