Index: LayoutTests/http/tests/websocket/long-control-frame.html |
diff --git a/LayoutTests/http/tests/websocket/long-control-frame.html b/LayoutTests/http/tests/websocket/long-control-frame.html |
index ba3c26418b80a9f946c7b0a068cc660af4cfaf15..dc7bb4b92950d4f4f71658990fc7b2107e8e8e83 100644 |
--- a/LayoutTests/http/tests/websocket/long-control-frame.html |
+++ b/LayoutTests/http/tests/websocket/long-control-frame.html |
@@ -28,6 +28,11 @@ ws.onclose = function(event) |
finishJSTest(); |
}; |
+ws.onerror = function(errorEvent) |
+{ |
+ testPassed("onerror() was called"); |
+}; |
+ |
</script> |
</body> |
</html> |