tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

481948-1.html (448B)


      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>