ladybird/Tests/LibWeb/Text/input/Fetch
Timothy Flynn cbfae97101 LibWeb: Include empty header values when joining duplicated headers
Fixes a regression from commit:
f675cfe90f

It is not sufficient to only check if the builder is empty, as we will
then drop empty header values (when the first found value is empty).

This is tested in WPT by /cors/origin.htm, but that requires an HTTP
server.
2025-11-26 21:22:35 -05:00
..
empty-header-value.html LibWeb: Include empty header values when joining duplicated headers 2025-11-26 21:22:35 -05:00
fetch-controller-abort-with-body-does-not-crash-with-timeout.html LibWeb/Fetch: Enable callbacks in the abort signal algorithm callback 2025-08-26 16:29:35 +02:00
fetch-controller-abort.html LibWeb: Implement FetchController::abort() 2024-11-24 11:11:44 +01:00
fetch-cors-credentials-flag.html Tests: Add test for credentials flag in fetch 2025-09-24 10:12:56 +01:00
fetch-headers-non-ascii.html LibWeb: Ensure Headers API can handle non-ascii characters 2024-12-11 16:40:36 -07:00
fetch-request-url-search-params.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
fetch-response-content-type.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
fetch-response-url-encoded.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
fetch-timed-out-request.html Tests/LibWeb: Move existing Fetch tests in under the Fetch folder 2024-07-23 09:02:21 +02:00
multipart-form-data-crlf.html LibWeb: Do not require multipart form data to end with CRLF 2025-09-15 18:28:48 +02:00
request-constructor-does-not-throw-on-null-body-with-get-or-head-request.html LibWeb: Allow null for optional, nullable, no default value union types 2025-02-22 18:45:27 +01:00