Bug 212147

Summary: [WPE] http/tests/xmlhttprequest/url-with-credentials.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal Keywords: LayoutTestFailure
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Zan Dobersek 2020-05-20 09:52:57 PDT
The http/tests/xmlhttprequest/url-with-credentials.html layout test is failing on WPE since being enabled:

--- /app/webkit/WebKitBuild/Release/layout-test-results/http/tests/xmlhttprequest/url-with-credentials-expected.txt
+++ /app/webkit/WebKitBuild/Release/layout-test-results/http/tests/xmlhttprequest/url-with-credentials-actual.txt
@@ -4,9 +4,10 @@
 
 PASS () => xhr.responseText is 'User:  Password: '
 PASS () => xhr.responseText is 'User: foo Password: bar'
-PASS () => xhr.responseText is 'User:  Password: '
+FAIL () => xhr.responseText should be User:  Password: . Was User: foo Password: bar.
 PASS () => xhr.responseText is 'User: foo Password: bar'
 PASS successfullyParsed is true
+Some tests failed.
 
 TEST COMPLETE