blob: e56b5cd39876badffb2fbeef1825badb8ecc3f3f [file] [log] [blame]
<html>
<body>
Failure! The navigation should not have been blocked
<script>
window.addEventListener("load", e => {
internals.withUserGesture(() => {
setTimeout(() => {
top.location = "http://localhost:8000/security/resources/should-have-loaded.html";
}, 0);
});
});
</script>
</body>
</html>