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

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 unit 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..d6c54980351cb251963e67264b2c9e84ab10b7c8 100644
--- a/chrome/test/data/save_page/1.css
+++ b/chrome/test/data/save_page/1.css
@@ -1,3 +1,13 @@
+/**
+ * Copyright 2015 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
body {
font-size: 20px;
-}
+}
+
+.icon:before {
+ content: "\e003 \e004 b";
+}
+
« no previous file with comments | « chrome/browser/download/save_page_browsertest.cc ('k') | third_party/WebKit/Source/core/frame/FrameSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698