1 <p>Test for (rdar://problem/
5725058). If you see this text, then all is well and no crash has occurred.
</p>
4 <div name='test'
></div>
6 <script type='text/javascript'
>
8 testRunner
.dumpAsText();
10 function triggerGarbageCollection()
12 if (window
.GCController
) {
13 GCController
.collect();
16 for (var i
= 0; i
< 10000; ++i
)
20 document
.getElementsByName('test')[0];
21 triggerGarbageCollection();
22 document
.getElementsByTagName('span')[0].innerHTML
= '';
23 triggerGarbageCollection();
24 document
.getElementsByName('test')[0];