blob: 379a7b73c34f5fa4748284bf49407983f3e09b92 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
testRunner.setDumpConsoleMessages(true);
testRunner.waitUntilDone();
}
window.addEventListener("message", e => {
if (e.data == "PASS")
testRunner.notifyDone();
else
testRunner.testFailed("'top.location' didn't throw.");
});
</script>
</head>
<body>
<iframe src="http://localhost:8000/security/frameNavigation/resources/iframe-that-performs-top-navigation-without-user-gesture.html"></iframe>
</body>
</html>