Index: LayoutTests/http/tests/eventsource/eventsource-cors-non-http-expected.txt |
diff --git a/LayoutTests/http/tests/eventsource/eventsource-cors-non-http-expected.txt b/LayoutTests/http/tests/eventsource/eventsource-cors-non-http-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..39c0a0eaa9a0978d2bb226c9d163d29469a2cb82 |
--- /dev/null |
+++ b/LayoutTests/http/tests/eventsource/eventsource-cors-non-http-expected.txt |
@@ -0,0 +1,17 @@ |
+CONSOLE ERROR: EventSource cannot load ftp://127.0.0.1/. Cross origin requests are only supported for HTTP. |
+CONSOLE ERROR: EventSource cannot load motd. Cross origin requests are only supported for HTTP. |
+CONSOLE ERROR: EventSource cannot load localhost:8080/. Cross origin requests are only supported for HTTP. |
+CONSOLE ERROR: EventSource cannot load tel:1234. Cross origin requests are only supported for HTTP. |
+Test EventSource with non-HTTP protocol schemes in the URL. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS got error event and readyState is CLOSED |
+PASS got error event and readyState is CLOSED |
+PASS got error event and readyState is CLOSED |
+PASS got error event and readyState is CLOSED |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |