summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html
blob: 93791eeebe994a3c38af856a0622df46e2b289c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body>
This test checks that the decomposed unicode version of voiced japanese hiragana and katakana characters are rendered the same as the precomposed version. This test is a pixel-test, and passes when the text in the two heading elements are identical.
<h2>バナナとパナマ</h2>
<p>The above is decomposed</p>

<h2>バナナとパナマ</h2>
<p>The above is precomposed</p>

</body>
</html>