chromium/third_party/blink/web_tests/fast/parser/document-reload-with-failed-deferred-scripts.html

<!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>