Index: LayoutTests/http/tests/websocket/invalid-continuation.html |
diff --git a/LayoutTests/http/tests/websocket/invalid-continuation.html b/LayoutTests/http/tests/websocket/invalid-continuation.html |
index 8d9166f3a6013be9fc642cf95a76489c41f685c6..d18e24af9ed391b00c8cb8c9bcbb266e2555e4e9 100644 |
--- a/LayoutTests/http/tests/websocket/invalid-continuation.html |
+++ b/LayoutTests/http/tests/websocket/invalid-continuation.html |
@@ -33,6 +33,11 @@ ws.onclose = function(event) |
finishJSTest(); |
}; |
+ws.onerror = function(errorEvent) |
+{ |
+ testPassed("onerror() was called"); |
+}; |
+ |
</script> |
</body> |
</html> |