summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/481948-1.html
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>&#x0930;&#x094d;&#x0915;&#x094d;&#x0915;&#x094d;&#x0915;&#x094d;&#x0915;</p>
  </body>
</html>