Chromium Code Reviews| Index: LayoutTests/http/tests/websocket/handshake-fail-by-extensions-header.html |
| diff --git a/LayoutTests/http/tests/websocket/handshake-fail-by-extensions-header.html b/LayoutTests/http/tests/websocket/handshake-fail-by-extensions-header.html |
| index d4ce91ae2bdd9d734e71ff5655241120346f2547..7ff5e06862c0637627d05918a4a82a7c414f8973 100644 |
| --- a/LayoutTests/http/tests/websocket/handshake-fail-by-extensions-header.html |
| +++ b/LayoutTests/http/tests/websocket/handshake-fail-by-extensions-header.html |
| @@ -28,6 +28,11 @@ ws.onclose = function(event) |
| finishJSTest(); |
| }; |
| +ws.onerror = function(errorEvent) |
| +{ |
| + testPassed("onerror called"); |
|
tyoshino (SeeGerritForStatus)
2015/01/13 05:31:49
onerror() was called
Paritosh Kumar
2015/01/13 10:20:28
Done.
|
| +}; |
| + |
| </script> |
| </body> |
| </html> |