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

Side by Side Diff: LayoutTests/fast/encoding/charset-replacement.html

Issue 658193002: Revert "Update the tests (ISO-8859-1 => windows-1252)" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta http-equiv="content-type" content="text/html; charset=replacement"> 2 <meta http-equiv="content-type" content="text/html; charset=replacement">
3 <title>Replacement encoding - spec/implementation detail, not a real encoding</t itle> 3 <title>Replacement encoding - spec/implementation detail, not a real encoding</t itle>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 document.write("<p>Should be your browser default encoding: " + document.charact erSet + "</p>"); 7 document.write("<p>Should be your browser default encoding: " + document.charact erSet + "</p>");
8 document.write("<p>If it's latin-1 (ISO-8859-1, windows-1252), this should be ac cented e: é</p>"); 8 document.write("<p>If it's latin-1 (ISO-8859-1), this should be accented e: é</ p>");
9 document.write("<p>If you got a render tree with U+FFFD instead, this failed</p> "); 9 document.write("<p>If you got a render tree with U+FFFD instead, this failed</p> ");
10 </script> 10 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/encoding/charset-invalid-expected.txt ('k') | LayoutTests/fast/encoding/charset-replacement-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698