OLD | NEW |
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> |
OLD | NEW |