ladybird/Tests/LibWeb/Text/input/navigation
Shannon Booth cdb249e058 LibWeb/HTML: Set a fetch client for javascript URL navigations
There is an open spec issue for this, and I'm certainly not sure
what the client should be here, but using the source snapshot
from the global from reading the spec issue seems like a reasonable
enough client for now.

This can be reproduced by performing a javascript URL navigation
with any CSP policy set. For simplicity, simply edit an existing
testcase to add such a policy.

Fixes: #4853
2025-05-23 16:39:13 +02:00
..
attempt-navigating-object-without-a-document.html LibWeb: Skip creating a navigable for <object> not connected to document 2024-04-18 08:09:51 +00:00
hashchange-event.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
history-popstate-event.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
history-pushstate.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
history-replace-push-state-race-2.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
history-replace-push-state-race-3.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
history-replace-push-state-race.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
iframe-navigate-javascript-url.html LibWeb/HTML: Set a fetch client for javascript URL navigations 2025-05-23 16:39:13 +02:00
iframe-navigate-src.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
iframe-navigate-srcdoc.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
iframe-unloading-order.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
location-reload-fetch.html LibWeb: Port some manually async tests to use asyncTest 2024-10-03 07:07:28 -04:00
location-reload-srcdoc.html LibWeb: Port some manually async tests to use asyncTest 2024-10-03 07:07:28 -04:00
make-sure-about-blank-navigation-is-done-before-further-navigation-of-iframe.html LibWeb: Process navigations after initial about:blank navigation is done 2025-02-27 23:33:05 +01:00
navigate-iframe-right-after-creation.html LibWeb: Wait until child navigable's SHE is ready before navigating 2025-02-27 14:31:41 +01:00
navigation-navigate.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
populate-iframe-using-document-write.html LibWeb: Wait for initial navigation to complete before modifying iframe 2024-04-08 09:07:18 +02:00
remove-iframe-from-timeout-callback.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
run-script-before-iframe-initial-navigation.html LibWeb: Mark initial about:blank as ready to run scripts after creation 2024-04-11 18:41:20 +02:00
run-script-from-about-blank-iframe.html LibWeb: Allow executing scripts for iframes with src=about:blank 2024-04-08 21:27:34 +02:00
trigger-fragment-navigation-from-js.html LibWeb: Abort ongoing navigation before firing next navigation event 2024-04-16 19:51:56 +02:00