Sign in
webkit
/
WebKit
/
4759fc9728b74fdcb18c723e5add5b9c9f5e6e13
/
.
/
LayoutTests
/
fast
/
history
/
resources
/
page-cache-destroy-helper.html
blob: cd58af8d90c7502c85f84d1ff2f5da6bff4c3994 [
file
] [
log
] [
blame
]
PASS if no crash in release.
<script>
window
.
addEventListener
(
"load"
,
function
()
{
setTimeout
(
function
()
{
history
.
back
();
},
0
);
},
false
);
</script>