Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/url/javascript-urls.window.txt
Shannon Booth 346fa16b1e LibWeb: Don't cancel pending navigations in navigate to a javascript URL
Other browsers appear to only do this for form submission, not for
all javascript URL navigations. Let's remove the handling in the
general javascript URL navigation handling so that our behaviour
diference to other browsers is limited specifically to form
elements, instead of the general case.

Unfortunately this does (expectedly) cause the test added in
3e0ea4f62 to start timing out, so that test is marked as skipped.
2026-03-25 22:05:25 +01:00

11 lines
470 B
Plaintext

Harness status: OK
Found 6 tests
6 Pass
Pass javascript: URL that fails to parse due to invalid host
Pass javascript: URL that fails to parse due to invalid host and has a U+0009 in scheme
Pass javascript: URL with extra slashes at the start
Pass javascript: URL without an opaque path
Pass javascript: URL containing a JavaScript string split over path and query
Pass javascript: URL containing a JavaScript string split over path and query and has a U+000A in scheme