haikuwebkit/LayoutTests/loader/navigation-policy/should-open-external-urls/api-sets-flag-basic.html

10 lines
342 B
HTML

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