layout/reftests/bugs/481948-3.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/481948-3.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<html>
     1.5 +  <head>
     1.6 +    <style type="text/css">
     1.7 +      .R { color: #FF0000; }
     1.8 +      .G { color: #00FF00; }
     1.9 +      .B { color: #0000FF; }
    1.10 +      .K { color: #000000; }
    1.11 +    </style>
    1.12 +  </head>
    1.13 +  <body>
    1.14 +    <p>There should be only red and black text here</p>
    1.15 +    <p style="font-size: 24pt;">
    1.16 +      <!-- The first three spans here become a single Devanagari cluster,
    1.17 +           so the entire cluster is painted with the color of the first
    1.18 +           character. Currently NOT true on Linux, see bug 488364. -->
    1.19 +      <span class="R">&#x0930;&#x094d;</span><span
    1.20 +            class="G">&#x0915;&#x094d;</span><span
    1.21 +            class="B">&#x0915;</span><span
    1.22 +            class="K">&#x0915;</span>
    1.23 +    </p>
    1.24 +  </body>
    1.25 +</html>

mercurial