Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
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>