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

Unified Diff: LayoutTests/http/tests/security/resources/iframe-crossorigin-script.html

Issue 146853003: Correctly handle CORS access checks over cache-validating responses. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/security/resources/iframe-crossorigin-script.html
diff --git a/LayoutTests/http/tests/security/resources/iframe-crossorigin-script.html b/LayoutTests/http/tests/security/resources/iframe-crossorigin-script.html
new file mode 100644
index 0000000000000000000000000000000000000000..9d9859212e9b90b3ae6a5800fd802666b23e1dc0
--- /dev/null
+++ b/LayoutTests/http/tests/security/resources/iframe-crossorigin-script.html
@@ -0,0 +1,2 @@
+<!DOCTYPE HTML>
+<script crossorigin="anonymous" src="http://localhost:8000/security/resources/conditional-cors.php" onerror="window.parent.finish(false);" onload="window.parent.finish(true);"></script>

Powered by Google App Engine
This is Rietveld 408576698