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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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 <meta name="flags" content="ahem" />
    16 <body style="line-height:1; font-family: Ahem; color: transparent;">
    17   <div style="width:100px; height:100px; border:10px solid black;
    18               background:-moz-element(#d) no-repeat;"></div>
    19   <div style="overflow:hidden; height:0; width:50px;">
    20     <span style="display:inline-block; width:25px; height:1px;"></span
    21       ><span id="d" style="background:yellow;"
    22       ><span style="display:inline-block; width:25px; height:1px;"></span>
    23     AA</span>
    24   </div>
    25 </body>
    26 </html>

mercurial