RESOLVED FIXED202240
[GTK] http/tests/cookies/private-cookie-storage.html is failing
https://bugs.webkit.org/show_bug.cgi?id=202240
Summary [GTK] http/tests/cookies/private-cookie-storage.html is failing
Alicia Boya García
Reported 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
Attachments
Carlos Garcia Campos
Comment 1 2020-04-08 02:29:22 PDT
This is passing since r259705.
Note You need to log in before you can comment on or make changes to this bug.