Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / document-reload-with-failed-deferred-scripts.html
blobca7d1e6795ea93342b09cf7608db2c1a1c0ac2e6
1 <!DOCTYPE html>
2 <p>Reloading a document with a failed deferred script shouldn't ASSERT.</p>
3 <p>PASS if no crash.</p>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.setCanOpenWindows();
10 var newWindow = window.open("resources/document-reload-with-failed-deferred-scripts.html");
11 newWindow.location.reload();
12 </script>