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