Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: LayoutTests/http/tests/websocket/binary-type-expected.txt

Issue 871013007: Use enum BinaryType for WebSocket.binaryType, instead of DOMString (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/websockets/DOMWebSocket.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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".
« no previous file with comments | « no previous file | Source/modules/websockets/DOMWebSocket.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698