blob: fcd61f2353d5fcedb40b3bf19dd81f29dc196ebf [file] [log] [blame]
<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.