blob: 28bbeb36d70d2ae6d16627290176a7e8ea6a3a7b [file] [log] [blame]
<html manifest="crash-when-navigating-away-then-back.manifest">
<script>
function cached()
{
window.close();
window.opener.closedWindow();
}
function noupdate()
{
window.opener.document.getElementById('result').innerHTML = 'SUCCESS';
window.close();
if (window.layoutTestController)
layoutTestController.notifyDone();
}
applicationCache.addEventListener('cached', cached, false);
applicationCache.addEventListener('noupdate', noupdate, false);
</script>
</html>