Sign in
webkit
/
WebKit
/
b77ef60f9e352abd5f0b9f65cef7d6cf3a025367
/
.
/
LayoutTests
/
fast
/
events
/
resources
/
pagehide-timeout-go-back.html
blob: b03bbf63b6204939d58a87824325377f9a593a4d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
console
.
log
(
'Loaded pagehide-timeout-go-back.html, going back'
);
setTimeout
(
function
()
{
history
.
back
();
},
200
);
</script>
</body>
</html>