no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / dom / websocket / tests / websocket_worker3.js
blob8fee7f4ca5c07730baa4a0fad1c97c97f90c7c4b
1 importScripts("websocket_helpers.js");
2 importScripts("websocket_tests.js");
3 importScripts("websocket_worker_helpers.js");
5 var tests = [
6   test24, // server rejects sub-protocol string
7   test25, // ctor with valid empty sub-protocol array
8   test26, // ctor with invalid sub-protocol array containing 1 empty element
9   test27, // ctor with invalid sub-protocol array containing an empty element in
10   // list
11   test28, // ctor using valid 1 element sub-protocol array
12   test29, // ctor using all valid 5 element sub-protocol array
13   test30, // ctor using valid 1 element sub-protocol array with element server
14   // will reject
17 doTest();