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

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

Issue 145973021: Implement "replacement" text encoding. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reworked tests, still WIP Created 6 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 <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=replacement">
4 <title>Invalid encoding</title> 4 <title>Replacement encoding - spec/implementation detail, not a real encoding</t itle>
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), this should be accented 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/char-encoding-expected.txt ('k') | LayoutTests/fast/encoding/charset-replacement-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698