Index: LayoutTests/http/tests/websocket/binary-type-expected.txt |
diff --git a/LayoutTests/http/tests/websocket/binary-type-expected.txt b/LayoutTests/http/tests/websocket/binary-type-expected.txt |
index e0f7ad27f2d7205ec840c43dd87c5dbd0c758d21..8f5f15318f91278b26776ef381476ceaaec3114f 100644 |
--- a/LayoutTests/http/tests/websocket/binary-type-expected.txt |
+++ b/LayoutTests/http/tests/websocket/binary-type-expected.txt |
@@ -1,6 +1,6 @@ |
-CONSOLE ERROR: 'Blob' is not a valid value for binaryType; binaryType remains unchanged. |
-CONSOLE ERROR: 'ArrayBuffer' is not a valid value for binaryType; binaryType remains unchanged. |
-CONSOLE ERROR: '' is not a valid value for binaryType; binaryType remains unchanged. |
+CONSOLE WARNING: The provided value 'Blob' is not a valid enum value of interface BinaryType. |
+CONSOLE WARNING: The provided value 'ArrayBuffer' is not a valid enum value of interface BinaryType. |
+CONSOLE WARNING: The provided value '' is not a valid enum value of interface BinaryType. |
Test WebSocket.binaryType attribute. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |