Sign in
webkit
/
WebKit
/
d2d4cb6d99da7a2beed719988d6d3a2b598e2715
/
.
/
LayoutTests
/
fast
/
history
/
resources
/
page-cache-helper-10000ms.html
blob: 0fdf131764e25cdf9f8cb318ab0caa236ff6fde3 [
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
();
},
10000
);
},
false
);
</script>