Skip to content

Commit

Permalink
Adjusting //cookie/http-state to accept nameless cookies.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mikewest authored and chromium-wpt-export-bot committed Mar 31, 2020
1 parent 28f5209 commit ece5962
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: BLAHHH
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: "BLA\"HHH"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: ABC
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cookie: test="fubar! = foo
Cookie: test="fubar! = foo; five
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: six
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: seven
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: eight
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cookie: test=six
Cookie: eight; test=six
1 change: 1 addition & 0 deletions cookies/http-state/resources/test-files/name0017-expected
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: a=bar
1 change: 1 addition & 0 deletions cookies/http-state/resources/test-files/name0023-expected
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: foo
1 change: 1 addition & 0 deletions cookies/http-state/resources/test-files/name0025-expected
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: ==a=bar
1 change: 1 addition & 0 deletions cookies/http-state/resources/test-files/name0028-expected
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: a
1 change: 1 addition & 0 deletions cookies/http-state/resources/test-files/name0033-expected
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cookie: aaa

0 comments on commit ece5962

Please sign in to comment.