mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
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.
11 lines
470 B
Plaintext
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 |