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

Side by Side Diff: LayoutTests/fast/encoding/css-charset-default-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
OLDNEW
1 CONSOLE WARNING: Setting 'Document.charset' is deprecated. Please use '<meta cha rset="UTF-8">' instead.
1 Test for bug 11011: External CSS is parsed as iso-8859-1 even though the main do cument is utf-8. 2 Test for bug 11011: External CSS is parsed as iso-8859-1 even though the main do cument is utf-8.
2 3
3 Stylesheet 1 (inherit document charset using xml-stylesheet processing instructi on): SUССЕSS 4 Stylesheet 1 (inherit document charset using xml-stylesheet processing instructi on): SUССЕSS
4 5
5 Stylesheet 2 (inherit document charset using link): SUССЕSS 6 Stylesheet 2 (inherit document charset using link): SUССЕSS
6 7
7 Stylesheet 3 (inherit referring stylesheet charset): SUССЕSS 8 Stylesheet 3 (inherit referring stylesheet charset): SUССЕSS
8 9
9 Stylesheet 4 (inherit referring inline stylesheet charset): SUССЕSS 10 Stylesheet 4 (inherit referring inline stylesheet charset): SUССЕSS
10 11
11 Stylesheet 5 (inherit document charset using link after document.charset was set ): SUССЕSS 12 Stylesheet 5 (inherit document charset using link after document.charset was set ): SUССЕSS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698