haikuwebkit/LayoutTests/loader/navigation-policy/should-open-external-urls/api-does-not-set-flag-basic...

10 lines
332 B
HTML

<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.