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

Unified Diff: LayoutTests/http/tests/security/resources/xorigincss7.html

Issue 1018213004: CSS Parser: Mark on stylesheets whether the first rule was valid (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « LayoutTests/http/tests/security/cross-origin-css-expected.txt ('k') | Source/core/css/StyleRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/resources/xorigincss7.html
diff --git a/LayoutTests/http/tests/security/resources/xorigincss2.html b/LayoutTests/http/tests/security/resources/xorigincss7.html
similarity index 54%
copy from LayoutTests/http/tests/security/resources/xorigincss2.html
copy to LayoutTests/http/tests/security/resources/xorigincss7.html
index cb83739eee98749c920bf86e334bc51b2b4b43c8..af5f01e93877bff27c3489aa765443c0905a2ee2 100644
--- a/LayoutTests/http/tests/security/resources/xorigincss2.html
+++ b/LayoutTests/http/tests/security/resources/xorigincss7.html
@@ -1,5 +1,4 @@
-<html>{}
-.id2 {
+@charset "UTF-8";
+#id8 {
background-color: yellow;
}
-</html>
« no previous file with comments | « LayoutTests/http/tests/security/cross-origin-css-expected.txt ('k') | Source/core/css/StyleRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698