layout/reftests/image-element/element-paint-continuation.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.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     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 +<meta name="flags" content="ahem" />
    1.19 +<body style="line-height:1; font-family: Ahem; color: transparent;">
    1.20 +  <div style="width:100px; height:100px; border:10px solid black;
    1.21 +              background:-moz-element(#d) no-repeat;"></div>
    1.22 +  <div style="overflow:hidden; height:0; width:50px;">
    1.23 +    <span style="display:inline-block; width:25px; height:1px;"></span
    1.24 +      ><span id="d" style="background:yellow;"
    1.25 +      ><span style="display:inline-block; width:25px; height:1px;"></span>
    1.26 +    AA</span>
    1.27 +  </div>
    1.28 +</body>
    1.29 +</html>

mercurial