Skip to content

Commit

Permalink
Remove superfluous cookie WPT
Browse files Browse the repository at this point in the history
There's a test that's not really testing anything interesting in
external/wpt/cookies/attributes/resources/domain-child.sub.html.
So remove the test.

Bug: 1259937
Change-Id: I673c53c654478ed61b1e5dfdf53c51f85ca5b09e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3251400
Reviewed-by: Mike Taylor <[email protected]>
Commit-Queue: Mike Taylor <[email protected]>
Cr-Commit-Position: refs/heads/main@{#935998}
  • Loading branch information
Jihwan Kim authored and chromium-wpt-export-bot committed Oct 28, 2021
1 parent 07170d9 commit a965969
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions cookies/attributes/resources/domain-child.sub.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,14 +339,8 @@
location: `http://${wwwHost}:${port}/cookies/attributes/resources/path.html`,
},
{
cookie: `test=46b; domain=.`,
expected: "",
name: "No cookie returned with single dot ('.') domain value (aka host-cookie) on non-host subdomain redirect",
location: `http://${www2wwwHost}:${port}/cookies/attributes/resources/path.html`,
},
{
cookie: `test=46c; domain=.; domain=${host}`,
expected: "test=46c",
cookie: `test=46b; domain=.; domain=${host}`,
expected: "test=46b",
name: "Return cookie with valid domain after domain with single dot ('.') value.",
location: `http://${wwwHost}:${port}/cookies/attributes/resources/path.html`,
},
Expand Down

0 comments on commit a965969

Please sign in to comment.