4 if (window
.testRunner
) {
5 testRunner
.waitUntilDone();
6 testRunner
.dumpAsText();
9 <script src=
"resources/script-slow1.pl"></script> <!-- this cause the preload scanner to kick in -->
12 <img src=
"resources/image-slow.pl"> <!-- this causes a pending preload to happen -->
14 window
.close(); //this caused the crash as the preload would start at this point
15 if (window
.testRunner
) {
16 testRunner
.notifyDone();