blob: ba34c3087f3bf6d859450d7734d2b8dc998ba80a [file] [log] [blame]
<!doctype html>
<title>Document salvagable state after setting pagehide handler</title>
<script>onpagehide = function() {setTimeout(function(){document.body.innerHTML = "PASS"}, 100)}</script>
<p>Click the link below then navigate back to this page. Shortly after returning you should see the text "PASS"</p>
<p><a href="pagehide-manual-1.html">Click here</a>