summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/document-reload-with-failed-deferred-scripts.html
blob: ca7d1e6795ea93342b09cf7608db2c1a1c0ac2e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<p>Reloading a document with a failed deferred script shouldn't ASSERT.</p>
<p>PASS if no crash.</p>
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.setCanOpenWindows();
}

var newWindow = window.open("resources/document-reload-with-failed-deferred-scripts.html");
newWindow.location.reload();
</script>