ladybird/Tests/LibWeb/Text/input/URL
Shannon Booth d56da8cf9a LibWeb: Sort URLSearchParams using UTF-16 code units
We were previously sorting using code points which could give the wrong
result for certain inputs.

Fixes the last two failing tests on:

https://wpt.live/url/urlsearchparams-sort.any.html
2024-08-17 07:44:13 +02:00
..
invalid-urls.html LibURL: Fail parsing IPV4 URLs starting with 0x that overflow 2024-08-06 23:08:12 +01:00
search-params-delete.html LibWeb: Implement value argument of URLSearchParams.delete 2024-08-12 23:01:29 +01:00
search-params-has.html LibWeb: Implement value argument of URLSearchParams.has 2024-08-12 23:01:29 +01:00
search-params-strip-trailing-spaces-from-opaque-url.html LibWeb: Strip trailing spaces from opaque URL path on query change 2024-08-17 07:44:13 +02:00
search-params-with-invalid-utf8.html LibWeb: Actually run UTF-8 decode without BOM 2024-08-10 10:39:43 +02:00
search-params-with-no-query.html LibWeb: Actually set empty serialized query to OptionalNone 2024-08-12 23:01:29 +01:00
search-params-with-plus-in-value.html LibWeb: Replace "+" in value with a space while decoding search params 2024-08-10 10:39:43 +02:00
set-href-with-valid-hostname-but-invalid-port.html LibURL+LibWeb: Pass a mutable reference URL to URL parser 2024-08-13 14:14:34 +02:00
strip_trailing_spaces_from_opaque_path.html LibWeb/URL: Add strip_trailing_spaces_from_an_opaque_path() 2023-09-15 11:15:43 -06:00
url-search-params-iterator-iterator.html LibWeb/Tests: Relocate search params test into URL folder 2024-08-12 23:01:29 +01:00
url-search-params-sort-order-stable.html LibWeb: Use a stable sort for searching URLSearchParams 2024-08-12 23:01:29 +01:00
url-search-params-sort-utf16-code-units.html LibWeb: Sort URLSearchParams using UTF-16 code units 2024-08-17 07:44:13 +02:00
url.html LibWeb: Implement USVString scalar value handling 2024-08-08 10:50:06 +01:00