summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookie-store/cookieStore_get_set_ordering.https.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/cookie-store/cookieStore_get_set_ordering.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/cookie-store/cookieStore_get_set_ordering.https.any.js.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/cookie-store/cookieStore_get_set_ordering.https.any.js.ini b/testing/web-platform/meta/cookie-store/cookieStore_get_set_ordering.https.any.js.ini
new file mode 100644
index 0000000000..bbf52866ca
--- /dev/null
+++ b/testing/web-platform/meta/cookie-store/cookieStore_get_set_ordering.https.any.js.ini
@@ -0,0 +1,14 @@
+[cookieStore_get_set_ordering.https.any.html]
+ [Set three simple origin session cookies sequentially and ensure they all end up in the cookie jar in order.]
+ expected: FAIL
+
+ [Set three simple origin session cookies in undefined order using Promise.all and ensure they all end up in the cookie jar in any order. ]
+ expected: FAIL
+
+
+[cookieStore_get_set_ordering.https.any.serviceworker.html]
+ [Set three simple origin session cookies sequentially and ensure they all end up in the cookie jar in order.]
+ expected: FAIL
+
+ [Set three simple origin session cookies in undefined order using Promise.all and ensure they all end up in the cookie jar in any order. ]
+ expected: FAIL