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; 10 } 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> 20