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