1 <p>This test checks that canceling a load when a preload is happening doesn't crash.
</p>
2 <p>If testing manually, if your browser doesn't crash then this was a success.
</p>
3 <button type=
"button" onclick='window.open(
"resources/slow-preload-cancel.html");'
>Test
</button>
5 if (window
.testRunner
) {
6 testRunner
.setCanOpenWindows();
7 testRunner
.waitUntilDone();
8 testRunner
.dumpAsText();
11 window
.open("resources/slow-preload-cancel-1.html");