Sign in
webkit
/
WebKit
/
bd9ea4a5474a3d7a80a4f79c542279d7b8a087a0
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
navigate-top-level-frame-to-success-page-same-origin.html
blob: 8e1027c8e4dfff61b442860801763d6a9f6df294 [
file
] [
log
] [
blame
]
<html>
<body>
Failure! The navigation should not have been blocked
<script>
window
.
addEventListener
(
"load"
,
e
=>
{
top
.
location
=
"http://127.0.0.1:8000/security/resources/should-have-loaded.html"
;
});
</script>
</body>
</html>