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>