blob: 5b2f066ad7cbda2de9211a5103ee405e9e9cce5d [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
</script>
<script src="resources/script-slow1.pl"></script> <!-- this cause the preload scanner to kick in -->
</head>
<body>
<img src="resources/image-slow.pl"> <!-- this causes a pending preload to happen -->
<script>
window.close(); //this caused the crash as the preload would start at this point
if (window.testRunner) {
testRunner.notifyDone();
}
</script>
</body>