Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
harness
/
resources
/
cached-page-2.html
blob: f0d54785aa534c858b94470225027b555d717770 [
file
] [
edit
]
<script>
function
init
()
{
window
.
opener
.
canExit
=
true
;
window
.
opener
.
log
(
'page-2, about to go back to page-1'
);
history
.
back
();
}
</script>
<body
onload
=
"
init
()
"
></body>