blob: ca7d1e6795ea93342b09cf7608db2c1a1c0ac2e6 [file] [log] [blame]
<!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>