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

Unified Diff: LayoutTests/fast/dom/Document/document-charset-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/dom/Document/document-charset-expected.txt
diff --git a/LayoutTests/fast/dom/Document/document-charset-expected.txt b/LayoutTests/fast/dom/Document/document-charset-expected.txt
index c4569e83f281f4d889f3a49f4b1637da42b370d5..b76f4731152e44ac1119f4b488025ce3b03b162f 100644
--- a/LayoutTests/fast/dom/Document/document-charset-expected.txt
+++ b/LayoutTests/fast/dom/Document/document-charset-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: Setting 'Document.charset' is deprecated. Please use '<meta charset="UTF-8">' instead.
Initial
 document.charset: KOI8-R
@@ -9,22 +8,12 @@ Initial
 document.inputEncoding: KOI8-R
-Setting charset to UTF-8...
+Setting charset to UTF-8... (expected to have no effect)
- document.charset: UTF-8
-
- document.defaultCharset: defined
-
- document.characterSet: UTF-8
-
- document.inputEncoding: UTF-8
-
-Setting characterSet to KOI8-R (expected to fail, matching Firefox)...
-
- document.charset: UTF-8
+ document.charset: KOI8-R
 document.defaultCharset: defined
- document.characterSet: UTF-8
+ document.characterSet: KOI8-R
- document.inputEncoding: UTF-8
+ document.inputEncoding: KOI8-R
« no previous file with comments | « LayoutTests/fast/dom/Document/document-charset.html ('k') | LayoutTests/fast/dom/frame-loading-via-document-write.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698