blob: a921b6602956256cde96ea653b1ac381e74335a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- test for bug 481948: check whether Indic cluster shows all glyphs -->
<html>
<head>
<style type="text/css">
body {
font-size: 24pt;
}
</style>
</head>
<body>
<!-- The cluster here is longer than in the reference, so display should be different.
In FF3.0.x on Mac OS X, they look identical. -->
<p>र्क्क्क्क</p>
</body>
</html>
|