| OLD | NEW |
| 1 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin
requests are only supported for protocol schemes: http, data, chrome, https. | 1 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin
requests are only supported for protocol schemes: http, data, chrome, https. |
| 2 CONSOLE WARNING: isValidHTTPHeaderValue() will be deprecated and will be removed
in future. |
| 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 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 request
s 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: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin request
s are only supported for protocol schemes: http, data, chrome, https. | 5 CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin request
s 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. |
| 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 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 on
ly supported for protocol schemes: http, data, chrome, https. | 8 CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are on
ly supported for protocol schemes: http, data, chrome, https. |
| 8 CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are on
ly supported for protocol schemes: http, data, chrome, https. | 9 CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are on
ly supported for protocol schemes: http, data, chrome, https. |
| 9 [Worker] Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL. | 10 [Worker] Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL. |
| 10 | 11 |
| 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| (...skipping 13 matching lines...) Expand all Loading... |
| 25 PASS [Worker] xhr.send() did not throw exception. | 26 PASS [Worker] xhr.send() did not throw exception. |
| 26 PASS [Worker] errorEvent.type is "error" | 27 PASS [Worker] errorEvent.type is "error" |
| 27 PASS [Worker] xhr.send() did not throw exception. | 28 PASS [Worker] xhr.send() did not throw exception. |
| 28 PASS [Worker] errorEvent.type is "error" | 29 PASS [Worker] errorEvent.type is "error" |
| 29 PASS [Worker] xhr.send() did not throw exception. | 30 PASS [Worker] xhr.send() did not throw exception. |
| 30 PASS [Worker] errorEvent.type is "error" | 31 PASS [Worker] errorEvent.type is "error" |
| 31 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
| 32 | 33 |
| 33 TEST COMPLETE | 34 TEST COMPLETE |
| 34 | 35 |
| OLD | NEW |