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

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!--
     2      Any copyright is dedicated to the Public Domain.
     3      http://creativecommons.org/licenses/publicdomain/
     5      Test painting a continuation.
     6 -->
     7 <html>
     8 <style>
     9 @font-face
    10 {
    11   font-family: Ahem;
    12   src: url(../fonts/Ahem.ttf);
    13 }
    14 </style>
    15 <body style="line-height:1; font-family: Ahem; color: transparent;">
    16   <div style="width:100px; height:100px; border:10px solid black;">
    17     <div style="width:50px;">
    18       <span style="display:inline-block; width:25px; height:1px;"></span
    19         ><span id="d" style="background:-moz-linear-gradient(right, yellow, yellow);"
    20         ><span style="display:inline-block; width:25px; height:1px;"></span>
    21       AA</span>
    22     </div>
    23   </div>
    24 </body>
    25 </html>

mercurial