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