| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e5ac184524303641baf80135f2f7f6f538b37bd5
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt
|
| @@ -0,0 +1,33 @@
|
| +CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for HTTP.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for HTTP.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for HTTP.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for HTTP.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for HTTP.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for HTTP.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are only supported for HTTP.
|
| +CONSOLE ERROR: XMLHttpRequest cannot load tel:1234. Cross origin requests are only supported for HTTP.
|
| +Test cross-origin XHRs to non-HTTP protocol schemes in the URL.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS errorEvent.type is "error"
|
| +PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://localhost:1291a/'..
|
| +PASS errorEvent.type is "error"
|
| +PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://localhost:1291a/'..
|
| +PASS errorEvent.type is "error"
|
| +PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'ftp://127.0.0.1/'..
|
| +PASS errorEvent.type is "error"
|
| +PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'ftp://127.0.0.1/'..
|
| +PASS errorEvent.type is "error"
|
| +PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'localhost:8080/'..
|
| +PASS errorEvent.type is "error"
|
| +PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'localhost:8080/'..
|
| +PASS errorEvent.type is "error"
|
| +PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'tel:1234'..
|
| +PASS errorEvent.type is "error"
|
| +PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'tel:1234'..
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|