Bug 178577 - [WPE] http/tests/dom/document-attributes-null-handling.html is failing
Summary: [WPE] http/tests/dom/document-attributes-null-handling.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2017-10-20 04:50 PDT by Zan Dobersek
Modified: 2017-10-20 04:50 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2017-10-20 04:50:38 PDT
The http/tests/dom/document-attributes-null-handling.html layout test is failing ever since it unskipped two weeks ago.

--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/http/tests/dom/document-attributes-null-handling-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/http/tests/dom/document-attributes-null-handling-actual.txt
@@ -9,7 +9,7 @@
 PASS document.cookie is "key=value"
 document.cookie = null
 PASS document.cookie.indexOf('key=value') != -1 is true
-PASS document.cookie.indexOf('null=') != -1 is true
+FAIL document.cookie.indexOf('null=') != -1 should be true. Was false.
 
 * title attribute
 PASS document.title is ""