| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt
|
| index 0b71af910a72eb170fe3a0a8e5052ba4f3430342..b0e343ed85d0f89acbfdd4691da75a7ba570f64f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt
|
| @@ -1,10 +1,18 @@
|
| +CONSOLE ERROR: line 20: 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: line 20: 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: line 20: 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: line 20: 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: line 20: 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: line 20: 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: line 20: 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.
|
| +CONSOLE ERROR: line 20: 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.
|
| [Worker] Test cross-origin XHRs to CORS-unsupported protocol schemes in the URL.
|
|
|
| @@ -12,20 +20,28 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| Starting worker: ../resources/cross-origin-unsupported-url.js
|
| +PASS [Worker] errorEvent.name is "NetworkError"
|
| PASS [Worker] xhr.send() did not throw exception.
|
| PASS [Worker] errorEvent.type is "error"
|
| +PASS [Worker] errorEvent.name is "NetworkError"
|
| PASS [Worker] xhr.send() did not throw exception.
|
| PASS [Worker] errorEvent.type is "error"
|
| +PASS [Worker] errorEvent.name is "NetworkError"
|
| PASS [Worker] xhr.send() did not throw exception.
|
| PASS [Worker] errorEvent.type is "error"
|
| +PASS [Worker] errorEvent.name is "NetworkError"
|
| PASS [Worker] xhr.send() did not throw exception.
|
| PASS [Worker] errorEvent.type is "error"
|
| +PASS [Worker] errorEvent.name is "NetworkError"
|
| PASS [Worker] xhr.send() did not throw exception.
|
| PASS [Worker] errorEvent.type is "error"
|
| +PASS [Worker] errorEvent.name is "NetworkError"
|
| PASS [Worker] xhr.send() did not throw exception.
|
| PASS [Worker] errorEvent.type is "error"
|
| +PASS [Worker] errorEvent.name is "NetworkError"
|
| PASS [Worker] xhr.send() did not throw exception.
|
| PASS [Worker] errorEvent.type is "error"
|
| +PASS [Worker] errorEvent.name is "NetworkError"
|
| PASS [Worker] xhr.send() did not throw exception.
|
| PASS [Worker] errorEvent.type is "error"
|
| PASS successfullyParsed is true
|
|
|