ladybird/Tests/LibWeb/Text/expected/URL
Shannon Booth b6969fb82d LibURL: Remove default port handling for the IRC schemes
LibURL previously assigned a default port to the IRC schemes,
a carryover from SerenityOS where IRC is supported.

This behavior deviates from the URL Standard and affects URL parsing by
eliding an explicitly specified port when it matches the default (this
is considered a legacy behaviour of the web URL schemes). Remove the IRC
default port to restore spec-compliant behavior.
2026-01-26 18:46:59 +01:00
..
invalid-urls.txt LibURL: Fail parsing IPV4 URLs starting with 0x that overflow 2024-08-06 23:08:12 +01:00
opaque_paths_roundtrip.txt LibURL+LibWeb: Ensure opaque paths always roundtrip 2025-03-18 12:17:19 +00: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 LibURL+LibWeb: Ensure opaque paths always roundtrip 2025-03-18 12:17:19 +00: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 LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
URL-operations-properties.txt LibWeb: Correct attributes on IDL interface 'operations' 2024-10-05 10:46:30 +02:00
url-origin-for-blob-url-with-inner-ftp-scheme.txt LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
url-origin-for-port-number-of-zero.txt LibURL: Do not treat port of 0 as a null port in Origin 2024-10-05 10:46:30 +02:00
url-search-params-iterator-iterator.txt IDLGenerators: Set Iterator @@toStringTag with correct descriptor 2025-01-11 10:02:48 -05: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 LibURL: Remove default port handling for the IRC schemes 2026-01-26 18:46:59 +01:00