Bug 186618

Summary: [GTK] imported/w3c/web-platform-tests/fetch/api/headers/header-values.html is failing
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, calvaris, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Miguel Gomez
Reported 2018-06-14 07:10:40 PDT
imported/w3c/web-platform-tests/fetch/api/headers/header-values.html [ Failure ]
Attachments
Miguel Gomez
Comment 1 2018-06-14 07:12:49 PDT
The fail was caused by one of these changes, not sure which one r232571 -> Add Accept-Encoding: identity to Range requests r232572 -> HTTP Header values validation is too strict and this is the diff --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/headers/header-values-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/headers/header-values-actual.txt @@ -5,6 +5,6 @@ PASS fetch() with value x%0Ax needs to throw PASS XMLHttpRequest with value x%0Dx needs to throw PASS fetch() with value x%0Dx needs to throw -PASS XMLHttpRequest with all valid values -PASS fetch() with all valid values +FAIL XMLHttpRequest with all valid values assert_equals: expected "xx" but got "xÂx" +FAIL fetch() with all valid values assert_equals: expected "xx" but got "xÂx"
Diego Pino
Comment 2 2023-01-25 19:36:22 PST
There are no references to this bug in any TestExpectations. It's probable this bug was solved at some point but it wasn't marked as closed. I'm closing this bug now. If you think this bug report is still valid, please reopen it and add an entry to TestExpectations.
Note You need to log in before you can comment on or make changes to this bug.