Sign in
webkit
/
WebKit
/
5d6309a1a852281d095bfb71c951d05ec641e479
/
.
/
LayoutTests
/
fast
/
history
/
resources
/
page-cache-helper.html
blob: 3a0f7711875c9851f1c385ffc9d754ba729bdde0 [
file
] [
log
] [
blame
]
This page should go back. If a test outputs the contents of this
page, then the test page failed to enter the page cache.
<script>
window
.
addEventListener
(
"load"
,
function
()
{
setTimeout
(
function
()
{
history
.
back
();
},
0
);
},
false
);
</script>