Sign in
webkit
/
WebKit
/
fdc942c5052133d9f3534312553b7ba8c309c092
/
.
/
LayoutTests
/
fast
/
scrolling
/
ios
/
resources
/
jump-back.html
blob: 590696e6e1ea4fa063aa73ed627f32f2bae3face [
file
] [
log
] [
blame
]
<script>
window
.
addEventListener
(
'load'
,
function
()
{
window
.
setTimeout
(
function
()
{
history
.
back
();
},
0
);
},
false
);
</script>
This page should go back.