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

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

Issue 768313004: Deprecate the Document.charset setter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/dom/frame-loading-via-document-write-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: Setting 'Document.charset' is deprecated. Please use '<meta cha rset="UTF-8">' instead.
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... 12 Setting charset to UTF-8...
12 13
13  document.charset: UTF-8 14  document.charset: UTF-8
14 15
15  document.defaultCharset: defined 16  document.defaultCharset: defined
16 17
17  document.characterSet: UTF-8 18  document.characterSet: UTF-8
18 19
19  document.inputEncoding: UTF-8 20  document.inputEncoding: UTF-8
20 21
21 Setting characterSet to KOI8-R (expected to fail, matching Firefox)... 22 Setting characterSet to KOI8-R (expected to fail, matching Firefox)...
22 23
23  document.charset: UTF-8 24  document.charset: UTF-8
24 25
25  document.defaultCharset: defined 26  document.defaultCharset: defined
26 27
27  document.characterSet: UTF-8 28  document.characterSet: UTF-8
28 29
29  document.inputEncoding: UTF-8 30  document.inputEncoding: UTF-8
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/frame-loading-via-document-write-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698