summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/invalid-UTF-8-2.html
blob: d6ddd94f5b10b3f0b26b6fce9c0c62340d735159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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>
<script>
    if (window.layoutTestController)
        layoutTestController.dumpAsText();
</script>
<p>This tests the decoding of invalid UTF-8 sequences.</p>
The following should be: "т��т ���" or "т��т ��������":
<p>т��т ���</p>
</body>
</html>