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