Index: LayoutTests/virtual/stable/http/tests/websocket/binary-type-expected.txt |
diff --git a/LayoutTests/virtual/stable/http/tests/websocket/binary-type-expected.txt b/LayoutTests/virtual/stable/http/tests/websocket/binary-type-expected.txt |
deleted file mode 100644 |
index e0f7ad27f2d7205ec840c43dd87c5dbd0c758d21..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/stable/http/tests/websocket/binary-type-expected.txt |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-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. |
-Test WebSocket.binaryType attribute. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
-PASS ws.binaryType is "blob" |
-PASS ws.binaryType is "arraybuffer" |
-PASS ws.binaryType is "blob" |
-Set invalid values to binaryType. They should be ignored. No exception should be thrown. |
-PASS ws.binaryType is "blob" |
-PASS ws.binaryType is "blob" |
-PASS ws.binaryType is "blob" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |