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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/resources/mark-result2-blue.css

Issue 2290983003: CSSStyleSheetResource should cache decoded text instead of raw bytes (Closed)
Patch Set: rebased Created 4 years, 2 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: third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/resources/mark-result2-blue.css
diff --git a/third_party/WebKit/LayoutTests/fast/html/imports/resources/bye.css b/third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/resources/mark-result2-blue.css
similarity index 56%
copy from third_party/WebKit/LayoutTests/fast/html/imports/resources/bye.css
copy to third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/resources/mark-result2-blue.css
index c2140b8b0fd84ba2504f5287b994736279477a0b..f3846405655b7b0adfbd5e12d77cceee5c2d3794 100644
--- a/third_party/WebKit/LayoutTests/fast/html/imports/resources/bye.css
+++ b/third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/resources/mark-result2-blue.css
@@ -1,3 +1,3 @@
-h1 {
+#result2 {
color: blue;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698