blob: 4d31a02b3c5c8c03b4b30ad28749fb881e474e73 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpPolicyDelegateCallbacks();
testRunner.queueLoad("resources/do-nothing", "", true);
testRunner.queueLoad("resources/notify-done.html");
}
</script>
This test loads a page via API with the flag set to true.<br>
It then loads a page via API with the flag not set.<br>
The second load should have the flag defaulted to false.<br>