Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / cross-origin-unsupported-url-expected.txt
blobdeef009f3feb5cf026661907f52c74bdc0e66d3b
1 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
2 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
3 CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
4 CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
5 CONSOLE ERROR: 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.
7 CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
8 CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
9 Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL.
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
14 PASS errorEvent.type is "error"
15 PASS xhr.send() did not throw exception.
16 PASS errorEvent.type is "error"
17 PASS xhr.send() did not throw exception.
18 PASS errorEvent.type is "error"
19 PASS xhr.send() did not throw exception.
20 PASS errorEvent.type is "error"
21 PASS xhr.send() did not throw exception.
22 PASS errorEvent.type is "error"
23 PASS xhr.send() did not throw exception.
24 PASS errorEvent.type is "error"
25 PASS xhr.send() did not throw exception.
26 PASS errorEvent.type is "error"
27 PASS xhr.send() did not throw exception.
28 PASS errorEvent.type is "error"
29 PASS xhr.send() did not throw exception.
30 PASS successfullyParsed is true
32 TEST COMPLETE