| Index: LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt b/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt
|
| index 29ad2f44cae59f13a5a5cf85b46ad2aff5709cbe..8e7b6d5114a015eb7ec1e2152b220f420f44a8aa 100644
|
| --- a/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt
|
| @@ -1,11 +1,11 @@
|
| -CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| -CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| -CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| -CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| -CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| -CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| -CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| -CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are only supported for protocol schemes: http, data, https.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
|
| Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|