1 <html manifest=
"resources/navigating-away-while-cache-attempt-in-progress.manifest">
4 if (window
.testRunner
) {
5 testRunner
.dumpAsText()
6 testRunner
.waitUntilDone();
9 function navigateAway() {
10 if (window
.testRunner
)
11 testRunner
.notifyDone();
13 window
.location
.href
= "about:blank"
16 setTimeout(navigateAway
, 1000);
19 <div>This tests that navigating away while a cache is loading does not crash.
</div>
20 <div>SUCCESS - did not crash
</div>