Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
pdf
/
resources
/
go-back.html
blob: a3cdd8b104d25e775c64d9febac9b3d088e18033 [
file
] [
log
] [
blame
] [
edit
]
This page should go back.
<script>
window
.
addEventListener
(
"load"
,
function
()
{
setTimeout
(
function
()
{
history
.
back
();
},
0
);
},
false
);
</script>