Sign in
webkit
/
WebKit
/
3d0b42cd8733f1288f0258cb4ec38a61fc1b4d9e
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
page-cache-video-helper.html
blob: 7a4213347c37bbcf140d91bfcd87f01e014585b0 [
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
();
},
1000
);
},
false
);
</script>