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

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

Issue 389053003: Always report access control failure if accessing unsupported URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Include supported schemes in console error message Created 6 years, 5 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: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, https.
2 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, https.
3 CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin request s are only supported for protocol schemes: http, data, https.
4 CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin request s are only supported for protocol schemes: http, data, https.
5 CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, https.
6 CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, https.
7 CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are on ly supported for protocol schemes: http, data, https.
8 CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are on ly supported for protocol schemes: http, data, https.
9 [Worker] Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL.
10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12
13
14 Starting worker: ../resources/cross-origin-unsupported-url.js
15 PASS [Worker] xhr.send() did not throw exception.
16 PASS [Worker] errorEvent.type is "error"
17 PASS [Worker] xhr.send() did not throw exception.
18 PASS [Worker] errorEvent.type is "error"
19 PASS [Worker] xhr.send() did not throw exception.
20 PASS [Worker] errorEvent.type is "error"
21 PASS [Worker] xhr.send() did not throw exception.
22 PASS [Worker] errorEvent.type is "error"
23 PASS [Worker] xhr.send() did not throw exception.
24 PASS [Worker] errorEvent.type is "error"
25 PASS [Worker] xhr.send() did not throw exception.
26 PASS [Worker] errorEvent.type is "error"
27 PASS [Worker] xhr.send() did not throw exception.
28 PASS [Worker] errorEvent.type is "error"
29 PASS [Worker] xhr.send() did not throw exception.
30 PASS [Worker] errorEvent.type is "error"
31 PASS successfullyParsed is true
32
33 TEST COMPLETE
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698