Bug 202240
| Summary: | [GTK] http/tests/cookies/private-cookie-storage.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=210106 | ||
Alicia Boya García
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
This is passing since r259705.