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

Side by Side 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: 'Document.defaultCharset' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/62171245780664 32 for more details.
2 Initial 1 Initial
3 2
4  document.charset: KOI8-R 3  document.charset: KOI8-R
5 4
6  document.defaultCharset: defined
7
8  document.characterSet: KOI8-R 5  document.characterSet: KOI8-R
9 6
10  document.inputEncoding: KOI8-R 7  document.inputEncoding: KOI8-R
11 8
12 Setting charset to UTF-8... (expected to have no effect) 9 Setting charset to UTF-8... (expected to have no effect)
13 10
14  document.charset: KOI8-R 11  document.charset: KOI8-R
15 12
16  document.defaultCharset: defined
17
18  document.characterSet: KOI8-R 13  document.characterSet: KOI8-R
19 14
20  document.inputEncoding: KOI8-R 15  document.inputEncoding: KOI8-R
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698