layout/reftests/image-element/element-paint-continuation-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/image-element/element-paint-continuation-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!--
     1.5 +     Any copyright is dedicated to the Public Domain.
     1.6 +     http://creativecommons.org/licenses/publicdomain/
     1.7 +
     1.8 +     Test painting a continuation.
     1.9 +-->
    1.10 +<html>
    1.11 +<style>
    1.12 +@font-face
    1.13 +{
    1.14 +  font-family: Ahem;
    1.15 +  src: url(../fonts/Ahem.ttf);
    1.16 +}
    1.17 +</style>
    1.18 +<body style="line-height:1; font-family: Ahem; color: transparent;">
    1.19 +  <div style="width:100px; height:100px; border:10px solid black;">
    1.20 +    <div style="width:50px;">
    1.21 +      <span style="display:inline-block; width:25px; height:1px;"></span
    1.22 +        ><span id="d" style="background:-moz-linear-gradient(right, yellow, yellow);"
    1.23 +        ><span style="display:inline-block; width:25px; height:1px;"></span>
    1.24 +      AA</span>
    1.25 +    </div>
    1.26 +  </div>
    1.27 +</body>
    1.28 +</html>

mercurial