1 <html manifest=
"crash-when-navigating-away-then-back.manifest">
7 window
.opener
.closedWindow();
12 window
.opener
.document
.getElementById('result').innerHTML
= 'SUCCESS';
14 if (window
.testRunner
)
15 testRunner
.notifyDone();
18 applicationCache
.addEventListener('cached', cached
, false);
19 applicationCache
.addEventListener('noupdate', noupdate
, false);