<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.dumpPolicyDelegateCallbacks(); | |
testRunner.queueLoad("resources/notify-done.html", "", true); | |
} | |
</script> | |
This test dumps the NavigationPolicy passed to the decidePolicyForNavigationAction delegate call.<br> | |
It only makes sense to run this in WebKitTestRunner. |