diff options
-rw-r--r-- | tests/wpt/metadata/cookies/path/match.html.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/wpt/metadata/cookies/path/match.html.ini b/tests/wpt/metadata/cookies/path/match.html.ini new file mode 100644 index 00000000000..e5aee274849 --- /dev/null +++ b/tests/wpt/metadata/cookies/path/match.html.ini @@ -0,0 +1,25 @@ +[match.html] + [`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: /] + expected: FAIL + bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768 + + [`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: match.html] + expected: FAIL + bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768 + + [`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: cookies] + expected: FAIL + bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768 + + [`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: /cookies] + expected: FAIL + bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768 + + [`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: /cookies/] + expected: FAIL + bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768 + + [`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: /cookies/resources/echo-cookie.html] + expected: FAIL + bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768 + |