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