Chromium Code Reviews| Index: LayoutTests/http/tests/websocket/long-control-frame.html |
| diff --git a/LayoutTests/http/tests/websocket/long-control-frame.html b/LayoutTests/http/tests/websocket/long-control-frame.html |
| index ba3c26418b80a9f946c7b0a068cc660af4cfaf15..0e21e5e7bf85bfa2dc7065144a903cf047e907ee 100644 |
| --- a/LayoutTests/http/tests/websocket/long-control-frame.html |
| +++ b/LayoutTests/http/tests/websocket/long-control-frame.html |
| @@ -28,6 +28,11 @@ ws.onclose = function(event) |
| finishJSTest(); |
| }; |
| +ws.onerror = function(errorEvent) |
| +{ |
| + debug("onerror() was called"); |
|
tyoshino (SeeGerritForStatus)
2015/01/13 05:31:52
Let's use testPassed
Paritosh Kumar
2015/01/13 10:20:29
Done.
|
| +}; |
| + |
| </script> |
| </body> |
| </html> |