Title: [94733] trunk/LayoutTests
Revision
94733
Author
[email protected]
Date
2011-09-07 17:01:47 -0700 (Wed, 07 Sep 2011)

Log Message

Our behavior is correct with respect to the new cookie RFC.  I'm told
that CFNetwork is going to change this behavior to match every other
browser.

* platform/chromium/http/tests/cookies: Added.
* platform/chromium/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added.
* platform/chromium/test_expectations.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94732 => 94733)


--- trunk/LayoutTests/ChangeLog	2011-09-07 23:51:15 UTC (rev 94732)
+++ trunk/LayoutTests/ChangeLog	2011-09-08 00:01:47 UTC (rev 94733)
@@ -1,3 +1,13 @@
+2011-09-07  Adam Barth  <[email protected]>
+
+        Our behavior is correct with respect to the new cookie RFC.  I'm told
+        that CFNetwork is going to change this behavior to match every other
+        browser.
+
+        * platform/chromium/http/tests/cookies: Added.
+        * platform/chromium/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2011-09-07  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r94714 and r94723.

Added: trunk/LayoutTests/platform/chromium/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt (0 => 94733)


--- trunk/LayoutTests/platform/chromium/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt	2011-09-08 00:01:47 UTC (rev 94733)
@@ -0,0 +1,11 @@
+Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes (16699)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Check that setting a cookie with a semi-colon in a duoble-quoted value works
+FAIL cookie was 'disorder="477beccb'. Expected 'disorder="477beccb;richard"'.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (94732 => 94733)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-09-07 23:51:15 UTC (rev 94732)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-09-08 00:01:47 UTC (rev 94733)
@@ -1433,14 +1433,6 @@
 BUGCR11483 LINUX : fast/forms/input-text-double-click.html = FAIL
 BUGCR11483 LINUX : svg/text/foreignObject-repaint.xml = FAIL
 
-// Regressions from WebKit merge 43242:43321.  These just need to re-baselining:
-
-// Details for all of these are in the bugs.
-BUGCR12361 WIN : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
-BUGCR12361 LINUX MAC DEBUG : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
-BUGCR12361 LINUX RELEASE : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
-BUGCR12361 SLOW MAC RELEASE : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
-
 BUGCR14207 LINUX : tables/mozilla/bugs/bug28341.html = FAIL
 BUGCR32231 MAC WIN : tables/mozilla/bugs/bug28341.html = PASS IMAGE
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to