pagehide-manual.html (360B)
1 <!doctype html> 2 <title>Document salvagable state after setting pagehide handler</title> 3 <script>onpagehide = function() {setTimeout(function(){document.body.innerHTML = "PASS"}, 100)}</script> 4 <p>Click the link below then navigate back to this page. Shortly after returning you should see the text "PASS"</p> 5 <p><a href="pagehide-manual-1.html">Click here</a>