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

Unified Diff: LayoutTests/fast/encoding/css-charset-default-expected.txt

Issue 973623002: Fix serialization of content property to always quote (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add another method Created 5 years, 10 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/fast/encoding/css-charset-default-expected.txt
diff --git a/LayoutTests/fast/encoding/css-charset-default-expected.txt b/LayoutTests/fast/encoding/css-charset-default-expected.txt
index 5676f90ee07d1971d659ed1f3bcad014a861c1f0..94887c4c372c6207c71d06a4cfed3f5bfcee0682 100644
--- a/LayoutTests/fast/encoding/css-charset-default-expected.txt
+++ b/LayoutTests/fast/encoding/css-charset-default-expected.txt
@@ -1,12 +1,12 @@
CONSOLE WARNING: Setting 'Document.charset' is deprecated. Please use '<meta charset="UTF-8">' instead.
Test for bug 11011: External CSS is parsed as iso-8859-1 even though the main document is utf-8.
-Stylesheet 1 (inherit document charset using xml-stylesheet processing instruction): SUССЕSS
+Stylesheet 1 (inherit document charset using xml-stylesheet processing instruction): 'SUССЕSS'
-Stylesheet 2 (inherit document charset using link): SUССЕSS
+Stylesheet 2 (inherit document charset using link): 'SUССЕSS'
-Stylesheet 3 (inherit referring stylesheet charset): SUССЕSS
+Stylesheet 3 (inherit referring stylesheet charset): 'SUССЕSS'
-Stylesheet 4 (inherit referring inline stylesheet charset): SUССЕSS
+Stylesheet 4 (inherit referring inline stylesheet charset): 'SUССЕSS'
-Stylesheet 5 (inherit document charset using link after document.charset was set): SUССЕSS
+Stylesheet 5 (inherit document charset using link after document.charset was set): 'SUССЕSS'

Powered by Google App Engine
This is Rietveld 408576698