OLD | NEW |
| 1 CONSOLE WARNING: line 14: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. |
| 2 CONSOLE ERROR: line 20: XMLHttpRequest cannot load http://localhost:1291a/. Cros
s origin requests are only supported for protocol schemes: http, data, chrome, h
ttps. |
1 CONSOLE ERROR: line 1: XMLHttpRequest cannot load http://localhost:1291a/. Cross
origin requests are only supported for protocol schemes: http, data, chrome, ht
tps. | 3 CONSOLE ERROR: line 1: XMLHttpRequest cannot load http://localhost:1291a/. Cross
origin requests are only supported for protocol schemes: http, data, chrome, ht
tps. |
| 4 CONSOLE ERROR: line 20: XMLHttpRequest cannot load http://localhost:1291a/. Cros
s origin requests are only supported for protocol schemes: http, data, chrome, h
ttps. |
2 CONSOLE ERROR: line 1: XMLHttpRequest cannot load http://localhost:1291a/. Cross
origin requests are only supported for protocol schemes: http, data, chrome, ht
tps. | 5 CONSOLE ERROR: line 1: XMLHttpRequest cannot load http://localhost:1291a/. Cross
origin requests are only supported for protocol schemes: http, data, chrome, ht
tps. |
| 6 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 1: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin
requests are only supported for protocol schemes: http, data, chrome, https. | 7 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. |
| 8 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. | 9 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. |
| 10 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 1: XMLHttpRequest cannot load localhost:8080/. Cross origin
requests are only supported for protocol schemes: http, data, chrome, https. | 11 CONSOLE ERROR: line 1: XMLHttpRequest cannot load localhost:8080/. Cross origin
requests are only supported for protocol schemes: http, data, chrome, https. |
| 12 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. | 13 CONSOLE ERROR: line 1: XMLHttpRequest cannot load localhost:8080/. Cross origin
requests are only supported for protocol schemes: http, data, chrome, https. |
| 14 CONSOLE ERROR: line 20: XMLHttpRequest cannot load tel:1234. Cross origin reques
ts are only supported for protocol schemes: http, data, chrome, https. |
7 CONSOLE ERROR: line 1: XMLHttpRequest cannot load tel:1234. Cross origin request
s are only supported for protocol schemes: http, data, chrome, https. | 15 CONSOLE ERROR: line 1: XMLHttpRequest cannot load tel:1234. Cross origin request
s are only supported for protocol schemes: http, data, chrome, https. |
| 16 CONSOLE ERROR: line 20: XMLHttpRequest cannot load tel:1234. Cross origin reques
ts are only supported for protocol schemes: http, data, chrome, https. |
8 CONSOLE ERROR: line 1: XMLHttpRequest cannot load tel:1234. Cross origin request
s are only supported for protocol schemes: http, data, chrome, https. | 17 CONSOLE ERROR: line 1: XMLHttpRequest cannot load tel:1234. Cross origin request
s are only supported for protocol schemes: http, data, chrome, https. |
9 Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL. | 18 Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL. |
10 | 19 |
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 20 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
12 | 21 |
13 | 22 |
| 23 PASS errorEvent.name is "NetworkError" |
14 PASS errorEvent.type is "error" | 24 PASS errorEvent.type is "error" |
15 PASS xhr.send() did not throw exception. | 25 PASS xhr.send() did not throw exception. |
| 26 PASS errorEvent.name is "NetworkError" |
16 PASS errorEvent.type is "error" | 27 PASS errorEvent.type is "error" |
17 PASS xhr.send() did not throw exception. | 28 PASS xhr.send() did not throw exception. |
| 29 PASS errorEvent.name is "NetworkError" |
18 PASS errorEvent.type is "error" | 30 PASS errorEvent.type is "error" |
19 PASS xhr.send() did not throw exception. | 31 PASS xhr.send() did not throw exception. |
| 32 PASS errorEvent.name is "NetworkError" |
20 PASS errorEvent.type is "error" | 33 PASS errorEvent.type is "error" |
21 PASS xhr.send() did not throw exception. | 34 PASS xhr.send() did not throw exception. |
| 35 PASS errorEvent.name is "NetworkError" |
22 PASS errorEvent.type is "error" | 36 PASS errorEvent.type is "error" |
23 PASS xhr.send() did not throw exception. | 37 PASS xhr.send() did not throw exception. |
| 38 PASS errorEvent.name is "NetworkError" |
24 PASS errorEvent.type is "error" | 39 PASS errorEvent.type is "error" |
25 PASS xhr.send() did not throw exception. | 40 PASS xhr.send() did not throw exception. |
| 41 PASS errorEvent.name is "NetworkError" |
26 PASS errorEvent.type is "error" | 42 PASS errorEvent.type is "error" |
27 PASS xhr.send() did not throw exception. | 43 PASS xhr.send() did not throw exception. |
| 44 PASS errorEvent.name is "NetworkError" |
28 PASS errorEvent.type is "error" | 45 PASS errorEvent.type is "error" |
29 PASS xhr.send() did not throw exception. | 46 PASS xhr.send() did not throw exception. |
30 PASS successfullyParsed is true | 47 PASS successfullyParsed is true |
31 | 48 |
32 TEST COMPLETE | 49 TEST COMPLETE |
33 | 50 |
OLD | NEW |