Skip to content

Commit 1db7fee

Browse files
mikewestmoz-wptsync-bot
authored andcommitted
Bug 1626203 [wpt PR 22559] - Adjusting //cookie/http-state tests name0031 and name0032., a=testonly
Automatic update from web-platform-tests Adjusting //cookie/http-state tests name0031 and name0032. Chrome and Firefox aligned on treating `"foo;bar"=baz` as a nameless cookie with a value of `"foo`, and `"foo\"bar;baz"=qux` as a nameless cookie with a value of `"foo\"bar`. That is, they both stop parsing the name/value pair when they hit a `;`. This seems aligned with step 1 of https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-05#section-5.3, which defines the `name-value-pair` as everything up to but not including the first `;`. Adjusting these tests accordingly, as discussed in httpwg/http-extensions#1136. Change-Id: I6930f8e18a8c573b21eaea5614e14c3b957ea0bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128135 Reviewed-by: Lily Chen <[email protected]> Commit-Queue: Mike West <[email protected]> Cr-Commit-Position: refs/heads/master@{#755255} -- wpt-commits: e8a7e4174ec563392b909d5103585a0f8f578e21 wpt-pr: 22559
1 parent e9f8580 commit 1db7fee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
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: "foo\"bar

0 commit comments

Comments
 (0)