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 BugsAssignee: 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   

Description Ryan Haddad 2017-10-16 09:28:10 PDT
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
Comment 1 Ryan Haddad 2017-10-16 09:28:52 PDT
This test has been failing since it was rebaselined as part of https://trac.webkit.org/changeset/223327/webkit
Comment 2 Chris Dumez 2017-10-16 09:36:27 PDT
(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.
Comment 3 Ryan Haddad 2017-10-16 09:38:45 PDT
Rebaselined in r223411.
Comment 4 Radar WebKit Bug Importer 2017-10-16 09:39:57 PDT
<rdar://problem/35007856>