ladybird/Tests/LibWeb/Text/expected/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.txt LibURL: Fail parsing IPV4 URLs starting with 0x that overflow 2024-08-06 23:08:12 +01:00
search-params-delete.txt LibWeb: Implement value argument of URLSearchParams.delete 2024-08-12 23:01:29 +01:00
search-params-has.txt LibWeb: Implement value argument of URLSearchParams.has 2024-08-12 23:01:29 +01:00
search-params-strip-trailing-spaces-from-opaque-url.txt LibWeb: Strip trailing spaces from opaque URL path on query change 2024-08-17 07:44:13 +02:00
search-params-with-invalid-utf8.txt LibWeb: Actually run UTF-8 decode without BOM 2024-08-10 10:39:43 +02:00
search-params-with-no-query.txt LibWeb: Actually set empty serialized query to OptionalNone 2024-08-12 23:01:29 +01:00
search-params-with-plus-in-value.txt 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.txt LibURL+LibWeb: Pass a mutable reference URL to URL parser 2024-08-13 14:14:34 +02:00
strip_trailing_spaces_from_opaque_path.txt LibWeb/URL: Add strip_trailing_spaces_from_an_opaque_path() 2023-09-15 11:15:43 -06:00
url-search-params-iterator-iterator.txt LibWeb/Tests: Relocate search params test into URL folder 2024-08-12 23:01:29 +01:00
url-search-params-sort-order-stable.txt LibWeb: Use a stable sort for searching URLSearchParams 2024-08-12 23:01:29 +01:00
url-search-params-sort-utf16-code-units.txt LibWeb: Sort URLSearchParams using UTF-16 code units 2024-08-17 07:44:13 +02:00
url.txt LibWeb: Implement USVString scalar value handling 2024-08-08 10:50:06 +01:00