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

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

Issue 1526563005: Deprecate document.defaultCharset (to be removed in M50) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update web-platform-tests/dom/historical-expected.txt Created 5 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
1 Initial 2 Initial
2 3
3  document.charset: KOI8-R 4  document.charset: KOI8-R
4 5
5  document.defaultCharset: defined 6  document.defaultCharset: defined
6 7
7  document.characterSet: KOI8-R 8  document.characterSet: KOI8-R
8 9
9  document.inputEncoding: KOI8-R 10  document.inputEncoding: KOI8-R
10 11
11 Setting charset to UTF-8... (expected to have no effect) 12 Setting charset to UTF-8... (expected to have no effect)
12 13
13  document.charset: KOI8-R 14  document.charset: KOI8-R
14 15
15  document.defaultCharset: defined 16  document.defaultCharset: defined
16 17
17  document.characterSet: KOI8-R 18  document.characterSet: KOI8-R
18 19
19  document.inputEncoding: KOI8-R 20  document.inputEncoding: KOI8-R
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698