<!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.setPopupBlockingEnabled(false);
}
var newWindow = window.open("resources/document-reload-with-failed-deferred-scripts.html");
newWindow.location.reload();
</script>