Skip to content

Commit fe79e8c

Browse files
mikewestmoz-wptsync-bot
authored andcommitted
Bug 1626205 [wpt PR 22560] - Adjusting //cookie/http-state to accept nameless cookies., a=testonly
Automatic update from web-platform-tests Adjusting //cookie/http-state to accept nameless cookies. We missed a few tests in [1], which were helpfully pointed out in httpwg/http-extensions#1136. [1]: https://chromium.googlesource.com/chromium/src.git/+/77df41c01dc3c89253eae90080ff37cf05dfa1a1 Bug: 1037996 Change-Id: I9674bb8cb66b0989bc77c3cc4e34061b0e675e98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129528 Commit-Queue: Mike West <[email protected]> Reviewed-by: Lily Chen <[email protected]> Cr-Commit-Position: refs/heads/master@{#755289} -- wpt-commits: a2b6b1e00220c3aa1d021b1a914bf134f59f3586 wpt-pr: 22560
1 parent 75574c8 commit fe79e8c

13 files changed

+13
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: BLAHHH
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: "BLA\"HHH"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: ABC
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cookie: test="fubar! = foo
1+
Cookie: test="fubar! = foo; five
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: six
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: seven
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: eight
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cookie: test=six
1+
Cookie: eight; test=six
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: a=bar
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: foo
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: ==a=bar
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: a
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cookie: aaa

0 commit comments

Comments
 (0)