9af2e3f5f5f8daf87534e97b0e1191e78cbba6eb
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / encoding / charset-invalid.html
1 <html>
2 <head>
3 <meta http-equiv="content-type" content="text/html; charset=invalid-encoding">
4 <title>Invalid encoding</title>
5 </head>
6 <body>
7 <script>
8 if (window.testRunner)
9         testRunner.dumpAsText();
10 document.write("<p>Should be your browser default encoding: " + document.characterSet + "</p>");
11 document.write("<p>If it's latin-1 (ISO-8859-1), this should be accented e: é</p>");
12 </script>
13
14 </body>
15 </html>