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