4 Test passes if it doesn't crash (may require libgmalloc and repeating) and this line gets erased.
6 if (window
.testRunner
) {
7 testRunner
.dumpAsText();
8 testRunner
.waitUntilDone();
10 var iterationsLeft
= 2;
13 if (--iterationsLeft
) {
14 frames
[0].history
.go(0);
16 document
.body
.textContent
= frames
[0].document
.body
.textContent
;
17 if (window
.testRunner
)
18 testRunner
.notifyDone();
22 <iframe onload=
"test()"></iframe>