chromium/third_party/blink/web_tests/fast/events/resources/pagehide-timeout-go-back.html

<!DOCTYPE html>
<html>
<body>
<script>
console.log('Loaded pagehide-timeout-go-back.html, going back');
setTimeout(function() { history.back(); }, 200);
</script>
</body>
</html>