Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / encoding / charset-replacement.html
1 <!DOCTYPE html>
2 <meta http-equiv="content-type" content="text/html; charset=replacement">
3 <title>Replacement encoding - spec/implementation detail, not a real encoding</title>
4 <script>
5 if (window.testRunner)
6     testRunner.dumpAsText();
7 document.write("<p>Should be your browser default encoding: " + document.characterSet + "</p>");
8 document.write("<p>If it's latin-1 (ISO-8859-1, windows-1252), this should be accented e: é</p>");
9 document.write("<p>If you got a render tree with U+FFFD instead, this failed</p>");
10 </script>