blob: c29a11f0f3a2280cbf24cd139ab05967cf99fb7d [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpPolicyDelegateCallbacks();
testRunner.queueLoad("resources/notify-done.html");
}
</script>
This test dumps the NavigationPolicy passed to the decidePolicyForNavigationAction delegate call.<br>
It only makes sense to run this in WebKitTestRunner.