Bug 202240 - [GTK] http/tests/cookies/private-cookie-storage.html is failing
Summary: [GTK] http/tests/cookies/private-cookie-storage.html is failing
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-09-25 14:22 PDT by Alicia Boya García
Modified: 2020-04-08 02:29 PDT (History)
2 users (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-09-25 14:22:25 PDT
http/tests/cookies/private-cookie-storage.html

Failing since r249530:r249620

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cookies/private-cookie-storage-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cookies/private-cookie-storage-actual.txt
@@ -3,8 +3,9 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-Cookies after disabling private browsing (should be key1=value1):key1=value1
-PASS cookie is 'key1=value1'.
+Cookies before setting (should be empty):140ff0289ba9416bbc208426f0dc0be1=42
+Cookies before enabling private browsing (should be key1=value1):140ff0289ba9416bbc208426f0dc0be1=42; key1=value1
+FAIL cookie was '140ff0289ba9416bbc208426f0dc0be1=42; key1=value1'. Expected 'key1=value1'.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Carlos Garcia Campos 2020-04-08 02:29:22 PDT
This is passing since r259705.