diff options
Diffstat (limited to 'testing/web-platform/meta/websockets/Create-protocols-repeated-case-insensitive.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/websockets/Create-protocols-repeated-case-insensitive.any.js.ini | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/Create-protocols-repeated-case-insensitive.any.js.ini b/testing/web-platform/meta/websockets/Create-protocols-repeated-case-insensitive.any.js.ini new file mode 100644 index 0000000000..c8716f1d34 --- /dev/null +++ b/testing/web-platform/meta/websockets/Create-protocols-repeated-case-insensitive.any.js.ini @@ -0,0 +1,40 @@ +[Create-protocols-repeated-case-insensitive.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Create WebSocket - Pass a valid URL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown] + expected: FAIL + + +[Create-protocols-repeated-case-insensitive.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Create WebSocket - Pass a valid URL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown] + expected: FAIL + + +[Create-protocols-repeated-case-insensitive.any.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Create WebSocket - Pass a valid URL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown] + expected: FAIL + + +[Create-protocols-repeated-case-insensitive.any.worker.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Create WebSocket - Pass a valid URL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown] + expected: FAIL + + +[Create-protocols-repeated-case-insensitive.any.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Create WebSocket - Pass a valid URL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown] + expected: FAIL + + +[Create-protocols-repeated-case-insensitive.any.worker.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Create WebSocket - Pass a valid URL and an array of protocol strings with repeated values but different case - SYNTAX_ERR is thrown] + expected: FAIL |