| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/cross-origin-unsupported-url.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/cross-origin-unsupported-url.js b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/cross-origin-unsupported-url.js
|
| index ac1e26f14bbceda0a801ccc18a0b11d50cac2d31..f1e0fe4275f8afc89b37a34d3492372d5640fe58 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/cross-origin-unsupported-url.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/cross-origin-unsupported-url.js
|
| @@ -39,8 +39,7 @@ function issueRequest(url, contentType)
|
| }
|
|
|
| var withContentType = true;
|
| -var tests = [ 'http://localhost:1291a/',
|
| - 'ftp://127.0.0.1',
|
| +var tests = [ 'ftp://127.0.0.1',
|
| 'localhost:8080/',
|
| 'tel:1234' ];
|
|
|
|
|