Sign in
webkit
/
WebKit
/
e031b9a93e1290978c3cb10583e857c51cbd591e
/
.
/
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>