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

Side by Side Diff: LayoutTests/http/tests/eventsource/eventsource-cors-non-http-expected.txt

Issue 345813005: Rework EventSource CORS tests to be usable from Workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Generalize redirect.php?cors_enabled to cors_allow_origin Created 6 years, 6 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: EventSource cannot load ftp://127.0.0.1/. Cross origin requests a re only supported for HTTP. 1 CONSOLE ERROR: EventSource cannot load ftp://127.0.0.1/. Cross origin requests a re only supported for HTTP.
2 CONSOLE ERROR: EventSource cannot load motd. Cross origin requests are only supp orted for HTTP. 2 CONSOLE ERROR: EventSource cannot load motd. Cross origin requests are only supp orted for HTTP.
3 CONSOLE ERROR: EventSource cannot load localhost:8080/. Cross origin requests ar e only supported for HTTP. 3 CONSOLE ERROR: EventSource cannot load localhost:8080/. Cross origin requests ar e only supported for HTTP.
4 CONSOLE ERROR: EventSource cannot load tel:1234. Cross origin requests are only supported for HTTP. 4 CONSOLE ERROR: EventSource cannot load tel:1234. Cross origin requests are only supported for HTTP.
5 Test EventSource with non-HTTP protocol schemes in the URL. 5 Test EventSource with non-HTTP protocol schemes in the URL.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS got error event and readyState is CLOSED 10 PASS es.readyState is EventSource.CLOSED
11 PASS got error event and readyState is CLOSED 11 PASS es.readyState is EventSource.CLOSED
12 PASS got error event and readyState is CLOSED 12 PASS es.readyState is EventSource.CLOSED
13 PASS got error event and readyState is CLOSED 13 PASS es.readyState is EventSource.CLOSED
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698