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/constructor | |
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/constructor')
11 files changed, 94 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/constructor/006.html.ini b/testing/web-platform/meta/websockets/constructor/006.html.ini new file mode 100644 index 000000000..6af268de2 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/006.html.ini @@ -0,0 +1,8 @@ +[006.html] + type: testharness + +[006.html?wss] + type: testharness + [WebSockets: converting first arguments] + expected: FAIL + diff --git a/testing/web-platform/meta/websockets/constructor/009.html.ini b/testing/web-platform/meta/websockets/constructor/009.html.ini new file mode 100644 index 000000000..61f5c5bc2 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/009.html.ini @@ -0,0 +1,8 @@ +[009.html] + type: testharness + +[009.html?wss] + type: testharness + [WebSockets: protocol] + expected: FAIL + diff --git a/testing/web-platform/meta/websockets/constructor/010.html.ini b/testing/web-platform/meta/websockets/constructor/010.html.ini new file mode 100644 index 000000000..f28670881 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/010.html.ini @@ -0,0 +1,11 @@ +[010.html] + type: testharness + [WebSockets: protocol in response but no requested protocol] + expected: FAIL + + +[010.html?wss] + type: testharness + [WebSockets: protocol in response but no requested protocol] + expected: FAIL + diff --git a/testing/web-platform/meta/websockets/constructor/011.html.ini b/testing/web-platform/meta/websockets/constructor/011.html.ini new file mode 100644 index 000000000..ad340c296 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/011.html.ini @@ -0,0 +1,8 @@ +[011.html?wss] + type: testharness + [WebSockets: protocol mismatch] + expected: FAIL + + +[011.html] + type: testharness diff --git a/testing/web-platform/meta/websockets/constructor/013.html.ini b/testing/web-platform/meta/websockets/constructor/013.html.ini new file mode 100644 index 000000000..732802db5 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/013.html.ini @@ -0,0 +1,8 @@ +[013.html] + type: testharness + +[013.html?wss] + type: testharness + [WebSockets: multiple WebSocket objects] + expected: FAIL + diff --git a/testing/web-platform/meta/websockets/constructor/014.html.ini b/testing/web-platform/meta/websockets/constructor/014.html.ini new file mode 100644 index 000000000..dc9b4a76b --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/014.html.ini @@ -0,0 +1,11 @@ +[014.html] + type: testharness + disabled: + if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1090198 + if e10s and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1090198 + +[014.html?wss] + type: testharness + [WebSockets: serialize establish a connection] + expected: FAIL + diff --git a/testing/web-platform/meta/websockets/constructor/016.html.ini b/testing/web-platform/meta/websockets/constructor/016.html.ini new file mode 100644 index 000000000..e6fcc3c46 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/016.html.ini @@ -0,0 +1,8 @@ +[016.html?wss] + type: testharness + [WebSockets: non-ascii URL in query, document encoding windows-1252] + expected: FAIL + + +[016.html] + type: testharness diff --git a/testing/web-platform/meta/websockets/constructor/018.html.ini b/testing/web-platform/meta/websockets/constructor/018.html.ini new file mode 100644 index 000000000..53d93a70f --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/018.html.ini @@ -0,0 +1,8 @@ +[018.html?wss] + type: testharness + [WebSockets: NULL char in url] + expected: FAIL + + +[018.html] + type: testharness diff --git a/testing/web-platform/meta/websockets/constructor/019.html.ini b/testing/web-platform/meta/websockets/constructor/019.html.ini new file mode 100644 index 000000000..dd9404131 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/019.html.ini @@ -0,0 +1,8 @@ +[019.html?wss] + type: testharness + [WebSockets: uppercase 'WS:'] + expected: FAIL + + +[019.html] + type: testharness diff --git a/testing/web-platform/meta/websockets/constructor/020.html.ini b/testing/web-platform/meta/websockets/constructor/020.html.ini new file mode 100644 index 000000000..8b1deca38 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/020.html.ini @@ -0,0 +1,8 @@ +[020.html?wss] + type: testharness + [WebSockets: uppercase host] + expected: FAIL + + +[020.html] + type: testharness diff --git a/testing/web-platform/meta/websockets/constructor/022.html.ini b/testing/web-platform/meta/websockets/constructor/022.html.ini new file mode 100644 index 000000000..6c11a54e7 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor/022.html.ini @@ -0,0 +1,8 @@ +[022.html] + type: testharness + +[022.html?wss] + type: testharness + [WebSockets: protocol array] + expected: FAIL + |