Sign in
webkit
/
WebKit
/
d507f536e123365c4233f3083e0192532185e8fc
/
.
/
LayoutTests
/
legacy-animation-engine
/
animations
/
resources
/
page-cache-helper.html
blob: a9b6c228e801170cde43ba96931556c46360464b [
file
] [
log
] [
blame
]
This page should go back.
<script>
window
.
addEventListener
(
"load"
,
function
()
{
setTimeout
(
function
()
{
history
.
back
();
},
0
);
},
false
);
</script>