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

Unified Diff: chrome/test/data/save_page/1.css

Issue 1709293002: Add support for CSS unicod encoding to the text codec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a css test. Created 4 years, 8 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: chrome/test/data/save_page/1.css
diff --git a/chrome/test/data/save_page/1.css b/chrome/test/data/save_page/1.css
index 750524d60143ce218192923940d6d0c4d78201cd..96a6ce9fc0fcad5939a407f6186e3d2b5d8eb9ad 100644
--- a/chrome/test/data/save_page/1.css
+++ b/chrome/test/data/save_page/1.css
@@ -1,3 +1,8 @@
body {
font-size: 20px;
-}
+}
+
+.icon:before {
+ content: "\e003";
+}
+

Powered by Google App Engine
This is Rietveld 408576698