| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt
|
| index 08f18f1eba2585a41869fd453aa2c571544e997b..4959f73da1419eb2874e1703dea247b5eb58c369 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt
|
| @@ -1,8 +1,4 @@
|
| CONSOLE WARNING: line 14: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
|
| -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: line 1: 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: line 1: 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: line 1: 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.
|
| @@ -38,12 +34,6 @@ PASS xhr.send() did not throw exception.
|
| PASS errorEvent.name is "NetworkError"
|
| PASS errorEvent.type is "error"
|
| PASS xhr.send() did not throw exception.
|
| -PASS errorEvent.name is "NetworkError"
|
| -PASS errorEvent.type is "error"
|
| -PASS xhr.send() did not throw exception.
|
| -PASS errorEvent.name is "NetworkError"
|
| -PASS errorEvent.type is "error"
|
| -PASS xhr.send() did not throw exception.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|