Sign in
webkit
/
WebKit
/
c237475210db4fe10d1014ae2954660ab167db05
/
.
/
LayoutTests
/
fast
/
viewport
/
ios
/
resources
/
go-back.html
blob: fdad3c4cc095821c6ca2bd034586af9d9b0af205 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- webkit-test-runner [ shouldIgnoreMetaViewport=true ] -->
This page should go back.
<script>
window
.
addEventListener
(
"load"
,
function
()
{
setTimeout
(
function
()
{
history
.
back
();
},
0
);
},
false
);
</script>