Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / eventsource / workers / eventsource-cors-non-http-expected.txt
1 CONSOLE ERROR: EventSource cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, https.
2 CONSOLE ERROR: EventSource cannot load motd. Cross origin requests are only supported for protocol schemes: http, data, https.
3 CONSOLE ERROR: EventSource cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, https.
4 CONSOLE ERROR: EventSource cannot load tel:1234. Cross origin requests are only supported for protocol schemes: http, data, https.
5 [Worker] Test EventSource with non-HTTP protocol schemes in the URL.
6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8
9
10 Starting worker: ../script-tests/eventsource-cors-non-http.js
11 PASS [Worker] es.readyState is EventSource.CLOSED
12 PASS [Worker] es.readyState is EventSource.CLOSED
13 PASS [Worker] es.readyState is EventSource.CLOSED
14 PASS [Worker] es.readyState is EventSource.CLOSED
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18