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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Document/document-charset-expected.txt

Issue 1707473002: Remove document.defaultCharset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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: third_party/WebKit/LayoutTests/fast/dom/Document/document-charset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/document-charset-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Document/document-charset-expected.txt
index 54f8f75d858a0d73e715323b63676dc2d4f9e553..2b5fb1ed4a4a8d4e26f699f44a29ed70f971a943 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/document-charset-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/document-charset-expected.txt
@@ -1,10 +1,7 @@
-CONSOLE WARNING: 'Document.defaultCharset' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/6217124578066432 for more details.
Initial
 document.charset: KOI8-R
- document.defaultCharset: defined
-
 document.characterSet: KOI8-R
 document.inputEncoding: KOI8-R
@@ -13,8 +10,6 @@ Setting charset to UTF-8... (expected to have no effect)
 document.charset: KOI8-R
- document.defaultCharset: defined
-
 document.characterSet: KOI8-R
 document.inputEncoding: KOI8-R

Powered by Google App Engine
This is Rietveld 408576698