Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(692)

Unified Diff: LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url.html

Issue 389053003: Always report access control failure if accessing unsupported URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Include supported schemes in console error message Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url.html
diff --git a/LayoutTests/http/tests/eventsource/workers/eventsource-cors-non-http.html b/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url.html
similarity index 68%
copy from LayoutTests/http/tests/eventsource/workers/eventsource-cors-non-http.html
copy to LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url.html
index f1ecee5d31ecc8687f63901cb790d19559ebc9f2..5268d8000907c8f6de554a47fc81487634c99a36 100644
--- a/LayoutTests/http/tests/eventsource/workers/eventsource-cors-non-http.html
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url.html
@@ -5,7 +5,7 @@
</head>
<body>
<script>
-startWorker("../script-tests/eventsource-cors-non-http.js");
+startWorker("../resources/cross-origin-unsupported-url.js");
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698