diff options
author | Loïc Hoguin <[email protected]> | 2022-05-06 14:23:33 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2022-09-12 11:06:38 +0200 |
commit | 180ce23aba863d94c17ee0667cad1ed916f56da1 (patch) | |
tree | bb1f5224374700ad5de8e8772d396a91f74bd45b /test/wpt/cookies/path0017-test | |
parent | 0724dbf536c22fc978ba0bc96052c65f0edafa69 (diff) | |
download | gun-180ce23aba863d94c17ee0667cad1ed916f56da1.tar.gz gun-180ce23aba863d94c17ee0667cad1ed916f56da1.tar.bz2 gun-180ce23aba863d94c17ee0667cad1ed916f56da1.zip |
Update cookie tests against latest WPT
The http-state tests were removed and replaced with
tests in HTML pages. I have devised a way to semi-
automatically import them and test them.
Additional fixes were made following changes in
the rfc6265bis draft.
Diffstat (limited to 'test/wpt/cookies/path0017-test')
-rw-r--r-- | test/wpt/cookies/path0017-test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/wpt/cookies/path0017-test b/test/wpt/cookies/path0017-test deleted file mode 100644 index a602d7c..0000000 --- a/test/wpt/cookies/path0017-test +++ /dev/null @@ -1,2 +0,0 @@ -Set-Cookie: foo=bar; path=/cookie-parser-result/foo/ -Location: /cookie-parser-result/foo//qux?path0017 |