Index: LayoutTests/http/tests/websocket/handshake-fail-by-more-accept-header.html |
diff --git a/LayoutTests/http/tests/websocket/handshake-fail-by-more-accept-header.html b/LayoutTests/http/tests/websocket/handshake-fail-by-more-accept-header.html |
index 8d71620f056cb14cbfd72e069810b8aac341bca4..317b5921c15bd3f19a3c25c95b6779090dafef93 100644 |
--- a/LayoutTests/http/tests/websocket/handshake-fail-by-more-accept-header.html |
+++ b/LayoutTests/http/tests/websocket/handshake-fail-by-more-accept-header.html |
@@ -35,6 +35,11 @@ ws.onclose = function() |
endTest(); |
}; |
+ws.onerror = function(errorEvent) |
+{ |
+ testPassed("onerror() was called"); |
+}; |
+ |
function timeOutCallback() |
{ |
debug("Timed out in state: " + ws.readyState); |