Bug 178343
Summary: | LayoutTest imported/w3c/web-platform-tests/beacon/headers/header-content-type.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, jlewis3, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
LayoutTest imported/w3c/web-platform-tests/beacon/headers/header-content-type.html is failing
https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r223406%20(5044)/results.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fbeacon%2Fheaders%2Fheader-content-type.html
--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/beacon/headers/header-content-type-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/beacon/headers/header-content-type-actual.txt
@@ -1,7 +1,7 @@
PASS Test content-type header for a body string
-PASS Test content-type header for a body ArrayBufferView
-PASS Test content-type header for a body ArrayBuffer
+FAIL Test content-type header for a body ArrayBufferView assert_equals: Correct Content-Type header result expected "" but got "application/x-www-form-urlencoded"
+FAIL Test content-type header for a body ArrayBuffer assert_equals: Correct Content-Type header result expected "" but got "application/x-www-form-urlencoded"
PASS Test content-type header for a body Blob
PASS Test content-type header for a body FormData
PASS Test content-type header for a body URLSearchParams
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This test has been failing since it was rebaselined as part of https://trac.webkit.org/changeset/223327/webkit
Chris Dumez
(In reply to Ryan Haddad from comment #1)
> This test has been failing since it was rebaselined as part of
> https://trac.webkit.org/changeset/223327/webkit
Ryan, this is the test I previously mentioned to you. It passes only if you have a very recent version of CFNetwork. This is expected.
Ryan Haddad
Rebaselined in r223411.
Radar WebKit Bug Importer
<rdar://problem/35007856>