2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / encoding / invalid-UTF-8.html
blobf0a6f9ed4db73cbeec1ddba463e51c6d457707f0
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <style>
5 /* Force font fallback on Windows to match Mac OS X */
6 @font-face {
7 font-family: 'times';
8 src: local('Lucida Grande');
9 unicode-range: U+FFFD;
11 </style>
12 </head>
13 <body>
14 <p>This tests the rendering of invalid UTF-8 sequences.</p>
15 <p>The output should be: "т??т ???" (with black diamonds in place of question marks).</p>
16 <hr>
17 <p>Ñ‚µÑÑ‚ ð�€ð€ð��</p>
18 </body>
19 </html>