2 <p>Reloading a document with a failed deferred script shouldn't ASSERT.
</p>
3 <p>PASS if no crash.
</p>
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();