Sign in
webkit
/
WebKit
/
e0f5f32b82f576e50c4ce4b81eede6e14ad0d44f
/
.
/
LayoutTests
/
compositing
/
resources
/
go-back.html
blob: a3cdd8b104d25e775c64d9febac9b3d088e18033 [
file
] [
log
] [
blame
]
This page should go back.
<script>
window
.
addEventListener
(
"load"
,
function
()
{
setTimeout
(
function
()
{
history
.
back
();
},
0
);
},
false
);
</script>