Sign in
webkit
/
WebKit
/
f6013b2d8a67a21431419ad45d183d56cb11b105
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
navigate-back-same-origin-helper.html
blob: fb9ac47d17889b756716bba3ac0527a32555bd56 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
onload
=
()
=>
{
setTimeout
(()
=>
{
window
.
location
=
"http://127.0.0.1:8000/navigation/resources/otherpage.html"
;
},
0
);
};
</script>
</body>
</html>