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