diff --git a/dom/base/test/mochitest.ini b/dom/base/test/mochitest.ini index de3d21163c45..79c906afc00a 100644 --- a/dom/base/test/mochitest.ini +++ b/dom/base/test/mochitest.ini @@ -815,6 +815,8 @@ skip-if = buildapp == 'b2g' || toolkit == 'android' # TC: Bug 1144079 - Re-enabl skip-if = buildapp == 'b2g' || toolkit == 'android' # TC: Bug 1144079 - Re-enable Mulet mochitests and reftests taskcluster-specific disables. [test_websocket2.html] skip-if = buildapp == 'b2g' || toolkit == 'android' # TC: Bug 1144079 - Re-enable Mulet mochitests and reftests taskcluster-specific disables. +[test_websocket3.html] +skip-if = buildapp == 'b2g' || toolkit == 'android' # TC: Bug 1144079 - Re-enable Mulet mochitests and reftests taskcluster-specific disables. [test_websocket_basic.html] skip-if = buildapp == 'b2g' || toolkit == 'android' [test_websocket_hello.html] diff --git a/dom/base/test/test_websocket.html b/dom/base/test/test_websocket.html index dbd054305f59..1b48153234fb 100644 --- a/dom/base/test/test_websocket.html +++ b/dom/base/test/test_websocket.html @@ -71,7 +71,7 @@ * 47. Make sure onerror/onclose aren't called during close() */ -var first_test = 21; +var first_test = 31; var last_test = 47; diff --git a/dom/base/test/test_websocket3.html b/dom/base/test/test_websocket3.html new file mode 100644 index 000000000000..c7b639c7b096 --- /dev/null +++ b/dom/base/test/test_websocket3.html @@ -0,0 +1,225 @@ + + + + + WebSocket test + + + + + + + +
+
+ + +