Bug 212147 - [WPE] http/tests/xmlhttprequest/url-with-credentials.html is failing
Summary: [WPE] http/tests/xmlhttprequest/url-with-credentials.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2020-05-20 09:52 PDT by Zan Dobersek
Modified: 2020-05-20 09:52 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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