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

Unified Diff: LayoutTests/http/tests/security/cross-origin-css-expected.txt

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
Index: LayoutTests/http/tests/security/cross-origin-css-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-origin-css-expected.txt b/LayoutTests/http/tests/security/cross-origin-css-expected.txt
index b5a3d5f894bae783e1461c2f36f43bf6e1b54713..d5187471ea3bcf797cd3b52590f9bf29335f6d92 100644
--- a/LayoutTests/http/tests/security/cross-origin-css-expected.txt
+++ b/LayoutTests/http/tests/security/cross-origin-css-expected.txt
@@ -5,4 +5,5 @@ LINK Same-origin, HTML, invalid: rgb(255, 255, 0)
IMPORT Cross-origin, HTML, valid: rgb(255, 255, 0)
IMPORT Cross-origin, CSS, invalid: rgb(255, 255, 0)
IMPORT Same-origin, HTML, invalid: rgb(255, 255, 0)
+IMPORT Cross-origin, HTML, valid (@charset): rgb(255, 255, 0)
PASS background image loaded
« no previous file with comments | « LayoutTests/http/tests/security/cross-origin-css.html ('k') | LayoutTests/http/tests/security/resources/xorigincss7.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698