Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
navigate-top-level-frame-to-failure-page.html
blob: a2c2bf973c82cc1dccd3e0a70554682d2b6677c6 [
file
] [
log
] [
blame
]
<html>
<body>
Success! The navigation was blocked
<script>
window
.
addEventListener
(
"load"
,
e
=>
{
top
.
location
=
"http://localhost:8000/security/resources/should-not-have-loaded.html"
;
});
</script>
</body>
</html>