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

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

Issue 1145773003: Remove the Document.charset setter (making it readonly) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix webexposed tests Created 5 years, 7 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 1248b074e299a2c22c4dd829101231537326c3db..46ffa35398390878343ea6cc8ad7b70925d252b8 100644
--- a/LayoutTests/fast/encoding/css-charset-default-expected.txt
+++ b/LayoutTests/fast/encoding/css-charset-default-expected.txt
@@ -1,4 +1,3 @@
-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"
@@ -8,5 +7,3 @@ Stylesheet 2 (inherit document charset using link): "SUССЕSS"
Stylesheet 3 (inherit referring 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"

Powered by Google App Engine
This is Rietveld 408576698