Bug 178577

Summary: [WPE] http/tests/dom/document-attributes-null-handling.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply
Priority: P2 Keywords: LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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 ""