blob: 7e7920a1be3a8693f82682ab19542363c4fc8ad2 [file] [log] [blame]
<html manifest="resources/navigating-away-while-cache-attempt-in-progress.manifest">
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText()
layoutTestController.waitUntilDone();
}
function navigateAway() {
if (window.layoutTestController)
layoutTestController.notifyDone();
else
window.location.href = "about:blank"
}
setTimeout(navigateAway, 1000);
</script>
<div>This tests that navigating away while a cache is loading does not crash.</div>
<div>SUCCESS - did not crash</div>
</html>