summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/websockets/cookies
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/websockets/cookies')
-rw-r--r--testing/web-platform/meta/websockets/cookies/001.html.ini8
-rw-r--r--testing/web-platform/meta/websockets/cookies/002.html.ini8
-rw-r--r--testing/web-platform/meta/websockets/cookies/003.html.ini8
-rw-r--r--testing/web-platform/meta/websockets/cookies/004.html.ini8
-rw-r--r--testing/web-platform/meta/websockets/cookies/005.html.ini11
-rw-r--r--testing/web-platform/meta/websockets/cookies/006.html.ini8
-rw-r--r--testing/web-platform/meta/websockets/cookies/007.html.ini8
7 files changed, 59 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/cookies/001.html.ini b/testing/web-platform/meta/websockets/cookies/001.html.ini
new file mode 100644
index 000000000..3d280a574
--- /dev/null
+++ b/testing/web-platform/meta/websockets/cookies/001.html.ini
@@ -0,0 +1,8 @@
+[001.html]
+ type: testharness
+
+[001.html?wss]
+ type: testharness
+ [WebSockets: Cookie in request]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/websockets/cookies/002.html.ini b/testing/web-platform/meta/websockets/cookies/002.html.ini
new file mode 100644
index 000000000..c2822d5bb
--- /dev/null
+++ b/testing/web-platform/meta/websockets/cookies/002.html.ini
@@ -0,0 +1,8 @@
+[002.html?wss]
+ type: testharness
+ [WebSockets: Set-Cookie in response]
+ expected: FAIL
+
+
+[002.html]
+ type: testharness
diff --git a/testing/web-platform/meta/websockets/cookies/003.html.ini b/testing/web-platform/meta/websockets/cookies/003.html.ini
new file mode 100644
index 000000000..20cbbf2f5
--- /dev/null
+++ b/testing/web-platform/meta/websockets/cookies/003.html.ini
@@ -0,0 +1,8 @@
+[003.html?wss]
+ type: testharness
+ [WebSockets: sending HttpOnly cookies in ws request]
+ expected: FAIL
+
+
+[003.html]
+ type: testharness
diff --git a/testing/web-platform/meta/websockets/cookies/004.html.ini b/testing/web-platform/meta/websockets/cookies/004.html.ini
new file mode 100644
index 000000000..fe03ef552
--- /dev/null
+++ b/testing/web-platform/meta/websockets/cookies/004.html.ini
@@ -0,0 +1,8 @@
+[004.html?wss]
+ type: testharness
+ [WebSockets: setting HttpOnly cookies in ws response, checking document.cookie]
+ expected: FAIL
+
+
+[004.html]
+ type: testharness
diff --git a/testing/web-platform/meta/websockets/cookies/005.html.ini b/testing/web-platform/meta/websockets/cookies/005.html.ini
new file mode 100644
index 000000000..4483aaf33
--- /dev/null
+++ b/testing/web-platform/meta/websockets/cookies/005.html.ini
@@ -0,0 +1,11 @@
+[005.html]
+ type: testharness
+ [WebSockets: setting HttpOnly cookies in ws response, checking ws request]
+ expected: FAIL
+
+
+[005.html?wss]
+ type: testharness
+ [WebSockets: setting HttpOnly cookies in ws response, checking ws request]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/websockets/cookies/006.html.ini b/testing/web-platform/meta/websockets/cookies/006.html.ini
new file mode 100644
index 000000000..fc9725266
--- /dev/null
+++ b/testing/web-platform/meta/websockets/cookies/006.html.ini
@@ -0,0 +1,8 @@
+[006.html]
+ type: testharness
+
+[006.html?wss]
+ type: testharness
+ [WebSockets: setting Secure cookie with document.cookie, checking ws request]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/websockets/cookies/007.html.ini b/testing/web-platform/meta/websockets/cookies/007.html.ini
new file mode 100644
index 000000000..383e159c9
--- /dev/null
+++ b/testing/web-platform/meta/websockets/cookies/007.html.ini
@@ -0,0 +1,8 @@
+[007.html]
+ type: testharness
+
+[007.html?wss]
+ type: testharness
+ [WebSockets: when to process set-cookie fields in ws response]
+ expected: FAIL
+