diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/websockets/cookies | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/websockets/cookies')
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 + |