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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt

Issue 2816403002: test all
Patch Set: fix sharedworker Created 3 years, 8 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: line 20: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origi n requests are only supported for protocol schemes: http, data, chrome, https. 1 CONSOLE ERROR: line 20: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origi n requests are only supported for protocol schemes: http, data, chrome, https.
2 CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin request s are only supported for protocol schemes: http, data, chrome, https. 2 CONSOLE ERROR: line 1: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
3 CONSOLE ERROR: line 20: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origi n requests are only supported for protocol schemes: http, data, chrome, https. 3 CONSOLE ERROR: line 20: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origi n requests are only supported for protocol schemes: http, data, chrome, https.
4 CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin request s are only supported for protocol schemes: http, data, chrome, https. 4 CONSOLE ERROR: line 1: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
5 CONSOLE ERROR: line 20: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 5 CONSOLE ERROR: line 20: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
6 CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 6 CONSOLE ERROR: line 1: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
7 CONSOLE ERROR: line 20: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 7 CONSOLE ERROR: line 20: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
8 CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 8 CONSOLE ERROR: line 1: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
9 CONSOLE ERROR: line 20: XMLHttpRequest cannot load tel:1234. Cross origin reques ts are only supported for protocol schemes: http, data, chrome, https. 9 CONSOLE ERROR: line 20: XMLHttpRequest cannot load tel:1234. Cross origin reques ts are only supported for protocol schemes: http, data, chrome, https.
10 CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are on ly supported for protocol schemes: http, data, chrome, https. 10 CONSOLE ERROR: line 1: XMLHttpRequest cannot load tel:1234. Cross origin request s are only supported for protocol schemes: http, data, chrome, https.
11 CONSOLE ERROR: line 20: XMLHttpRequest cannot load tel:1234. Cross origin reques ts are only supported for protocol schemes: http, data, chrome, https. 11 CONSOLE ERROR: line 20: XMLHttpRequest cannot load tel:1234. Cross origin reques ts are only supported for protocol schemes: http, data, chrome, https.
12 CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are on ly supported for protocol schemes: http, data, chrome, https. 12 CONSOLE ERROR: line 1: XMLHttpRequest cannot load tel:1234. Cross origin request s are only supported for protocol schemes: http, data, chrome, https.
13 [Worker] Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL. 13 [Worker] Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL.
14 14
15 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 15 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
16 16
17 17
18 Starting worker: ../resources/cross-origin-unsupported-url.js 18 Starting worker: ../resources/cross-origin-unsupported-url.js
19 PASS [Worker] errorEvent.name is "NetworkError" 19 PASS [Worker] errorEvent.name is "NetworkError"
20 PASS [Worker] errorEvent.type is "error"
20 PASS [Worker] xhr.send() did not throw exception. 21 PASS [Worker] xhr.send() did not throw exception.
22 PASS [Worker] errorEvent.name is "NetworkError"
21 PASS [Worker] errorEvent.type is "error" 23 PASS [Worker] errorEvent.type is "error"
24 PASS [Worker] xhr.send() did not throw exception.
22 PASS [Worker] errorEvent.name is "NetworkError" 25 PASS [Worker] errorEvent.name is "NetworkError"
26 PASS [Worker] errorEvent.type is "error"
23 PASS [Worker] xhr.send() did not throw exception. 27 PASS [Worker] xhr.send() did not throw exception.
28 PASS [Worker] errorEvent.name is "NetworkError"
24 PASS [Worker] errorEvent.type is "error" 29 PASS [Worker] errorEvent.type is "error"
30 PASS [Worker] xhr.send() did not throw exception.
25 PASS [Worker] errorEvent.name is "NetworkError" 31 PASS [Worker] errorEvent.name is "NetworkError"
32 PASS [Worker] errorEvent.type is "error"
26 PASS [Worker] xhr.send() did not throw exception. 33 PASS [Worker] xhr.send() did not throw exception.
34 PASS [Worker] errorEvent.name is "NetworkError"
27 PASS [Worker] errorEvent.type is "error" 35 PASS [Worker] errorEvent.type is "error"
28 PASS [Worker] errorEvent.name is "NetworkError"
29 PASS [Worker] xhr.send() did not throw exception. 36 PASS [Worker] xhr.send() did not throw exception.
30 PASS [Worker] errorEvent.type is "error"
31 PASS [Worker] errorEvent.name is "NetworkError"
32 PASS [Worker] xhr.send() did not throw exception.
33 PASS [Worker] errorEvent.type is "error"
34 PASS [Worker] errorEvent.name is "NetworkError"
35 PASS [Worker] xhr.send() did not throw exception.
36 PASS [Worker] errorEvent.type is "error"
37 PASS successfullyParsed is true 37 PASS successfullyParsed is true
38 38
39 TEST COMPLETE 39 TEST COMPLETE
40 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698