| Index: LayoutTests/http/tests/websocket/compressed-control-frame.html
|
| diff --git a/LayoutTests/http/tests/websocket/compressed-control-frame.html b/LayoutTests/http/tests/websocket/compressed-control-frame.html
|
| index 5b304b86faa61cb496a369c271c3837215390336..440150a6e94777c3a9dbbbb3f54a50e21e767bcc 100644
|
| --- a/LayoutTests/http/tests/websocket/compressed-control-frame.html
|
| +++ b/LayoutTests/http/tests/websocket/compressed-control-frame.html
|
| @@ -33,6 +33,11 @@ ws.onclose = function(event)
|
| finishJSTest();
|
| };
|
|
|
| +ws.onerror = function(error)
|
| +{
|
| + testPassed("onerror() was called");
|
| +};
|
| +
|
| </script>
|
| </body>
|
| </html>
|
|
|