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