X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=LayoutTests%2Fhttp%2Ftests%2Fwebsocket%2Ftests%2Fhybi%2Finvalid-subprotocols.html;h=15577cb42f2182a3c5b556272ff9d62bbfbde32d;hb=b96e33af77ac7d81a666d5aa202235b793aeeb21;hp=802d63ecdd9729bf03aa692638abc6e541617d89;hpb=2632619e54bc9f41ccea7c574710fe213e49212d;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols.html b/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols.html index 802d63e..15577cb 100755 --- a/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols.html +++ b/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols.html @@ -1,7 +1,6 @@ - @@ -21,7 +20,6 @@ shouldThrow("new WebSocket(url, '\\u3042')", "'Error: SYNTAX_ERR: DOM Exception shouldThrow("new WebSocket(url, ['a', 'b', 'c d'])", "'Error: SYNTAX_ERR: DOM Exception 12'"); shouldThrow("new WebSocket(url, ['a', 'b', 'c', 'a'])", "'Error: SYNTAX_ERR: DOM Exception 12'"); -var successfullyParsed = true;