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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: Setting 'Document.charset' is deprecated. Please use '<meta cha rset="UTF-8">' instead.
2 Initial 1 Initial
3 2
4  document.charset: KOI8-R 3  document.charset: KOI8-R
5 4
6  document.defaultCharset: defined 5  document.defaultCharset: defined
7 6
8  document.characterSet: KOI8-R 7  document.characterSet: KOI8-R
9 8
10  document.inputEncoding: KOI8-R 9  document.inputEncoding: KOI8-R
11 10
12 Setting charset to UTF-8... 11 Setting charset to UTF-8... (expected to have no effect)
13 12
14  document.charset: UTF-8 13  document.charset: KOI8-R
15 14
16  document.defaultCharset: defined 15  document.defaultCharset: defined
17 16
18  document.characterSet: UTF-8 17  document.characterSet: KOI8-R
19 18
20  document.inputEncoding: UTF-8 19  document.inputEncoding: KOI8-R
21
22 Setting characterSet to KOI8-R (expected to fail, matching Firefox)...
23
24  document.charset: UTF-8
25
26  document.defaultCharset: defined
27
28  document.characterSet: UTF-8
29
30  document.inputEncoding: UTF-8
OLDNEW
« 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