blob: 558322e5098b42201c85ca90d3311300b70231e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!-- test for bug 481948: check whether Indic cluster shows all glyphs -->
<html>
<head>
<style type="text/css">
body {
font-size: 24pt;
}
</style>
</head>
<body>
<p>र्क्क्क</p>
</body>
</html>
|