| Index: LayoutTests/http/tests/websocket/broken-utf8.html
|
| diff --git a/LayoutTests/http/tests/websocket/broken-utf8.html b/LayoutTests/http/tests/websocket/broken-utf8.html
|
| index 68e3f36549801f65de927fe11af70a8f682b5b60..9c7cc3bf2f1d99e696138646e5c30106ee1162cb 100644
|
| --- a/LayoutTests/http/tests/websocket/broken-utf8.html
|
| +++ b/LayoutTests/http/tests/websocket/broken-utf8.html
|
| @@ -19,6 +19,11 @@ ws.onopen = function()
|
| debug("onopen() was called.");
|
| };
|
|
|
| +ws.onerror = function(event)
|
| +{
|
| + debug("onerror() was called.");
|
| +};
|
| +
|
| ws.onmessage = function(event)
|
| {
|
| var message = event.data;
|
|
|