| Index: LayoutTests/http/tests/websocket/fragmented-control-frame.html
|
| diff --git a/LayoutTests/http/tests/websocket/fragmented-control-frame.html b/LayoutTests/http/tests/websocket/fragmented-control-frame.html
|
| index 612575055231134367fd132633adabcee5ac5753..7beecc7067ee37e8d5f2beee1005de1d4cd428f6 100644
|
| --- a/LayoutTests/http/tests/websocket/fragmented-control-frame.html
|
| +++ b/LayoutTests/http/tests/websocket/fragmented-control-frame.html
|
| @@ -33,6 +33,11 @@ ws.onclose = function(event)
|
| finishJSTest();
|
| };
|
|
|
| +ws.onerror = function(errorEvent)
|
| +{
|
| + testPassed("onerror() was called");
|
| +};
|
| +
|
| </script>
|
| </body>
|
| </html>
|
|
|