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

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

Issue 655083002: Update the tests (ISO-8859-1 => windows-1252) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: two more rep. of iso-8859-1 with windows-1252 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 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="content-type" content="text/html; charset=invalid-encoding"> 3 <meta http-equiv="content-type" content="text/html; charset=invalid-encoding">
4 <title>Invalid encoding</title> 4 <title>Invalid encoding</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 document.write("<p>Should be your browser default encoding: " + document.charact erSet + "</p>"); 10 document.write("<p>Should be your browser default encoding: " + document.charact erSet + "</p>");
11 document.write("<p>If it's latin-1 (ISO-8859-1), this should be accented e: é</p >"); 11 document.write("<p>If it's latin-1 (ISO-8859-1, windows-1252), this should be ac cented e: é</p>");
12 </script> 12 </script>
13 13
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/encoding/bracket-in-tag-expected.txt ('k') | LayoutTests/fast/encoding/charset-invalid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698