haikuwebkit/LayoutTests/fast/encoding/invalid-UTF-8.html

20 lines
457 B
HTML
Raw Permalink Blame History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
/* Force font fallback on Windows to match Mac OS X */
@font-face {
font-family: 'times';
src: local('Lucida Grande');
unicode-range: U+FFFD;
}
</style>
</head>
<body>
<p>This tests the rendering of invalid UTF-8 sequences.</p>
<p>The output should be: "т??т" (with black diamonds in place of question marks).</p>
<hr>
<p>т<EFBFBD><EFBFBD>т</p>
</body>
</html>