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