blob: 604bee4bdbc02e0085cacfdd556ee2a9bc4a4b3c [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpPolicyDelegateCallbacks();
testRunner.queueLoad("resources/user-gesture-target-blank-to-notify-done.html");
}
</script>
This page opens a 2nd page with the "should open external URLs" flag set to false.<br>
That page has a link that - when clicked - opens a link to a 3rd page in a new window.<br>
That 3rd page should have the flag set to true because it was from a user gesture.<br>