Bug 179663
Summary: | [SOUP] issues with null bytes in headers in imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ms2ger (he/him; ⌚ UTC+1/+2) <Ms2ger> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | beidson, magomez |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ms2ger (he/him; ⌚ UTC+1/+2)
--- /imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response-expected.txt
+++ /imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response-actual.txt
@@ -1,9 +1,9 @@
Whitespace and null in response header values
-PASS Header value: hello_world\0
-PASS Header value: \0hello_world
-PASS Header value: hello\0world
+FAIL Header value: hello_world\0 assert_equals: expected "hello world\0" but got "hello world"
+FAIL Header value: \0hello_world assert_equals: expected "\0hello world" but got "hello world"
+FAIL Header value: hello\0world assert_equals: expected "hello\0world" but got "helloworld"
PASS Header value: __hello_world
PASS Header value: hello_world__
PASS Header value: __hello_world__
@@ -12,7 +12,7 @@
PASS Header value: [tab]hello_world[tab]
PASS Header value: hello______world
PASS Header value: hello[tab]world
-PASS Header value: \0
+FAIL Header value: \0 assert_equals: expected "\0" but got ""
PASS Header value: ___
PASS Header value: [tab]
PASS Header value:
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Miguel Gomez
This is passing since r237618. Closing bug.