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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/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/cross-origin-unsupported-url.html
diff --git a/LayoutTests/http/tests/eventsource/eventsource-bad-mime-type.html b/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url.html
similarity index 52%
copy from LayoutTests/http/tests/eventsource/eventsource-bad-mime-type.html
copy to LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url.html
index 8258b0b177ebf5246fe6cc04e92a395a919278e3..7f908bc6f8f11a3c5b5793e692d21cb55c72e999 100644
--- a/LayoutTests/http/tests/eventsource/eventsource-bad-mime-type.html
+++ b/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url.html
@@ -1,3 +1,3 @@
<!DOCTYPE HTML>
<script src="/js-test-resources/js-test.js"></script>
-<script src="script-tests/eventsource-bad-mime-type.js"></script>
+<script src="resources/cross-origin-unsupported-url.js"></script>

Powered by Google App Engine
This is Rietveld 408576698