layout/reftests/bugs/481948-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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

mercurial