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