Chromium Code Reviews| Index: LayoutTests/http/tests/websocket/reserved-bits.html |
| diff --git a/LayoutTests/http/tests/websocket/reserved-bits.html b/LayoutTests/http/tests/websocket/reserved-bits.html |
| index 46bd20bb747abcc57371771ce52dabebe4e9c95b..190c16fc89788ac26caec0180a70e0d00c1f427f 100644 |
| --- a/LayoutTests/http/tests/websocket/reserved-bits.html |
| +++ b/LayoutTests/http/tests/websocket/reserved-bits.html |
| @@ -47,6 +47,11 @@ function doTest(curTestIndex) |
| else |
| doTest(curTestIndex + 1); |
| }; |
| + |
| + ws.onerror = function(errorEvent) |
| + { |
| + testPassed("onerror() was called."); |
|
tyoshino (SeeGerritForStatus)
2015/01/13 05:31:52
Remove "."
Paritosh Kumar
2015/01/13 10:20:29
Done.
|
| + }; |
| } |
| doTest(0); |