Sign in
webkit
/
WebKit
/
e6e5341d629375fc8fb77929c93c5f711fd50f24
/
.
/
LayoutTests
/
fast
/
loader
/
resources
/
empty-document-goes-back.html
blob: 365bd0f523ee33edbf6e4996e926a549ff976a72 [
file
] [
log
] [
blame
]
<html>
<body>
<script>
document
.
body
.
offsetWidth
;
onload
=
()
=>
{
setTimeout
(
"window.history.back();"
,
0
);
}
</script>
</body>
</html>