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

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

Issue 2880733002: Partially implement WorkerFetchContext and WorkerThreadableLoadingContext and add virtual tests (Closed)
Patch Set: incorporated kinuko's comment Created 3 years, 7 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
(Empty)
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: 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.
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.
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.
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.
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.
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.
14
15 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
16
17
18 Starting worker: ../resources/cross-origin-unsupported-url.js
19 PASS [Worker] errorEvent.name is "NetworkError"
20 PASS [Worker] errorEvent.type is "error"
21 PASS [Worker] xhr.send() did not throw exception.
22 PASS [Worker] errorEvent.name is "NetworkError"
23 PASS [Worker] errorEvent.type is "error"
24 PASS [Worker] xhr.send() did not throw exception.
25 PASS [Worker] errorEvent.name is "NetworkError"
26 PASS [Worker] errorEvent.type is "error"
27 PASS [Worker] xhr.send() did not throw exception.
28 PASS [Worker] errorEvent.name is "NetworkError"
29 PASS [Worker] errorEvent.type is "error"
30 PASS [Worker] xhr.send() did not throw exception.
31 PASS [Worker] errorEvent.name is "NetworkError"
32 PASS [Worker] errorEvent.type is "error"
33 PASS [Worker] xhr.send() did not throw exception.
34 PASS [Worker] errorEvent.name is "NetworkError"
35 PASS [Worker] errorEvent.type is "error"
36 PASS [Worker] xhr.send() did not throw exception.
37 PASS successfullyParsed is true
38
39 TEST COMPLETE
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698