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