tor-browser

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

481948-3.html (708B)


      1 <html>
      2  <head>
      3    <style type="text/css">
      4      .R { color: #FF0000; }
      5      .G { color: #00FF00; }
      6      .B { color: #0000FF; }
      7      .K { color: #000000; }
      8    </style>
      9  </head>
     10  <body>
     11    <p>There should be only red and black text here</p>
     12    <p style="font-size: 24pt;">
     13      <!-- The first three spans here become a single Devanagari cluster,
     14           so the entire cluster is painted with the color of the first
     15           character. Currently NOT true on Linux, see bug 488364. -->
     16      <span class="R">&#x0930;&#x094d;</span><span
     17            class="G">&#x0915;&#x094d;</span><span
     18            class="B">&#x0915;</span><span
     19            class="K">&#x0915;</span>
     20    </p>
     21  </body>
     22 </html>