blob: 94ed7de0067cd846f337df8c00e7a274edf208b8 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpPolicyDelegateCallbacks();
testRunner.waitUntilDone();
}
function runTest()
{
window.frames[0].location = "resources/iframe-click-notify-done-target-self.html";
}
</script>
<body onload="runTest();">
This page has a subframe with a link.<br>
Then a link is clicked in that subframe that navigates inside that subframe, and that navigation should have the "should open external urls" flag set to false even though it was from a user gesture.<br>
<iframe></iframe>
</body>