Sign in
webkit
/
WebKit
/
e186610d35755f6e0c2b8fc6bba4c07f852f9f66
/
.
/
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>