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

Unified Diff: LayoutTests/http/tests/security/resources/green-background-import-credentials.css

Issue 1011103002: Allow cross-origin cssRules access to CORS-fetched stylesheet. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: compile fix.. Created 5 years, 9 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/green-background-import-credentials.css
diff --git a/LayoutTests/http/tests/security/resources/green-background-import-credentials.css b/LayoutTests/http/tests/security/resources/green-background-import-credentials.css
new file mode 100644
index 0000000000000000000000000000000000000000..a074113abad29c4791425d9fc1fb3a7ae1de7836
--- /dev/null
+++ b/LayoutTests/http/tests/security/resources/green-background-import-credentials.css
@@ -0,0 +1 @@
+@import url('http://127.0.0.1:8080/security/resources/green-if-cors-credentialed.php');

Powered by Google App Engine
This is Rietveld 408576698