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

Unified Diff: LayoutTests/http/tests/security/resources/red-background.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/red-background.css
diff --git a/LayoutTests/http/tests/inspector/elements/styles/resources/styles-redirected-css.css b/LayoutTests/http/tests/security/resources/red-background.css
similarity index 80%
copy from LayoutTests/http/tests/inspector/elements/styles/resources/styles-redirected-css.css
copy to LayoutTests/http/tests/security/resources/red-background.css
index 895960c22564431952885116f301354f86945678..e8f24f94a3610338dd3b2056b4e0c401727d5ca2 100644
--- a/LayoutTests/http/tests/inspector/elements/styles/resources/styles-redirected-css.css
+++ b/LayoutTests/http/tests/security/resources/red-background.css
@@ -1,4 +1,3 @@
-div {
+body {
background-color: red;
}
-
« no previous file with comments | « LayoutTests/http/tests/security/resources/link-crossorigin-common.js ('k') | Source/core/css/CSSStyleSheet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698