Chromium Code Reviews| 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..e0ffe1cf6ef4b36259633870fc5c1c193861e05a 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) |
| +{ |
| + debug("onerror() was called"); |
|
tyoshino (SeeGerritForStatus)
2015/01/13 05:31:49
Let's use testPassed
Paritosh Kumar
2015/01/13 10:20:28
Done.
|
| +}; |
| + |
| </script> |
| </body> |
| </html> |