summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookies/attributes/path-redirect.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/cookies/attributes/path-redirect.html.ini')
-rw-r--r--testing/web-platform/meta/cookies/attributes/path-redirect.html.ini44
1 files changed, 44 insertions, 0 deletions
diff --git a/testing/web-platform/meta/cookies/attributes/path-redirect.html.ini b/testing/web-platform/meta/cookies/attributes/path-redirect.html.ini
new file mode 100644
index 0000000000..17470f346d
--- /dev/null
+++ b/testing/web-platform/meta/cookies/attributes/path-redirect.html.ini
@@ -0,0 +1,44 @@
+[path-redirect.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+ [No cookie sent for redirected path mismatch with trailing '?' after unquoted Path]
+ expected: FAIL
+
+ [No cookie sent for redirected path mismatch with trailing '#' after unquoted Path]
+ expected: FAIL
+
+ [Cookie sent for redirected path with trailing '/' and the redirected URL is one level deeper]
+ expected: FAIL
+
+ [Cookie sent for redirected path match with a trailing ';' after an unquoted Path]
+ expected: FAIL
+
+ [No cookie sent for redirected path match with a trailing ';' inside a quoted Path]
+ expected: FAIL
+
+ [No cookie sent for redirected path match with partially URL encoded path]
+ expected: FAIL
+
+ [Multiple cookies sent for multiple redirected path matches, sorted by length]
+ expected: FAIL
+
+ [No cookie sent for redirected path mismatch where path and redirected URL begin with same string]
+ expected: FAIL
+
+ [No cookie sent for redirected path mismatch where final path directory component and redirected URL resource begin with same string]
+ expected: FAIL
+
+ [No cookie sent for redirected path mismatch where final path directory component begins with same string as redirected URL final directory component]
+ expected: FAIL
+
+ [No cookie sent for redirected path mismatch for different resources inside the same final directory component]
+ expected: FAIL
+
+ [No cookie sent for redirected path mismatch where final path directory component ends in '/' and does not match redirected URL]
+ expected: FAIL
+
+ [No cookie sent for redirected path mismatch with a similar start to the redirected URL]
+ expected: FAIL
+
+ [No cookie sent for redirected path mismatch with trailing '/' after unquoted Path]
+ expected: FAIL