Bug 202749 - [GTK] http/tests/dom/document-attributes-null-handling.html is flaky
Summary: [GTK] http/tests/dom/document-attributes-null-handling.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-09 06:32 PDT by Alicia Boya García
Modified: 2021-06-04 19:38 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 Alicia Boya García 2019-10-09 06:32:05 PDT
http/tests/dom/document-attributes-null-handling.html

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/dom/document-attributes-null-handling-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/dom/document-attributes-null-handling-actual.txt
@@ -4,9 +4,9 @@
 
 
 * cookie attribute
-PASS document.cookie is ""
+FAIL document.cookie should be . Was cookieSetAsFirstParty=1.
 document.cookie = 'key=value'
-PASS document.cookie is "key=value"
+FAIL document.cookie should be key=value. Was key=value; cookieSetAsFirstParty=1.
 document.cookie = null
 PASS document.cookie.indexOf('key=value') != -1 is true
 FAIL document.cookie.indexOf('null=') != -1 should be true. Was false
Comment 1 Diego Pino 2021-06-04 19:38:19 PDT
This test, or group of tests, has been passing for the last 4000 revisions. Closing bug. Gardened in r278519.