| 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
|
| index 7302768e9fc9246993557907ebc3c7e71b972124..881fce40f84999170358baff8073031a376fd890 100644
|
| --- a/LayoutTests/http/tests/eventsource/eventsource-cors-non-http-expected.txt
|
| +++ b/LayoutTests/http/tests/eventsource/eventsource-cors-non-http-expected.txt
|
| @@ -1,7 +1,7 @@
|
| -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.
|
| +CONSOLE ERROR: EventSource cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| +CONSOLE ERROR: EventSource cannot load motd. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| +CONSOLE ERROR: EventSource cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| +CONSOLE ERROR: EventSource cannot load tel:1234. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| Test EventSource with non-HTTP protocol schemes in the URL.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|