Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / slow-preload-cancel.html
blob4953bff43754c78b715597b49b633e9444b1a376
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>
4 <script>
5 if (window.testRunner) {
6 testRunner.setCanOpenWindows();
7 testRunner.waitUntilDone();
8 testRunner.dumpAsText();
11 window.open("resources/slow-preload-cancel-1.html");
12 </script>