Index: LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt b/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d243fccaa4d15848a6fef3c5f8e48d9df7a49e44 |
--- /dev/null |
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt |
@@ -0,0 +1,34 @@ |
+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. |
+[Worker] 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". |
+ |
+ |
+Starting worker: ../resources/cross-origin-unsupported-url.js |
+PASS [Worker] xhr.send() did not throw exception. |
+PASS [Worker] errorEvent.type is "error" |
+PASS [Worker] xhr.send() did not throw exception. |
+PASS [Worker] errorEvent.type is "error" |
+PASS [Worker] xhr.send() did not throw exception. |
+PASS [Worker] errorEvent.type is "error" |
+PASS [Worker] xhr.send() did not throw exception. |
+PASS [Worker] errorEvent.type is "error" |
+PASS [Worker] xhr.send() did not throw exception. |
+PASS [Worker] errorEvent.type is "error" |
+PASS [Worker] xhr.send() did not throw exception. |
+PASS [Worker] errorEvent.type is "error" |
+PASS [Worker] xhr.send() did not throw exception. |
+PASS [Worker] errorEvent.type is "error" |
+PASS [Worker] xhr.send() did not throw exception. |
+PASS [Worker] errorEvent.type is "error" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |