| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=invalid-encoding"> | |
| <title>Invalid encoding</title> | |
| </head> | |
| <body> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| document.write("<p>Should be your browser default encoding: " + document.characterSet + "</p>"); | |
| document.write("<p>If it's latin-1 (ISO-8859-1, windows-1252), this should be accented e: é</p>"); | |
| </script> | |
| </body> | |
| </html> |