layout/reftests/bugs/481948-3.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 <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>

mercurial