layout/reftests/box-shadow/boxshadow-skiprect-ref.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 <!DOCTYPE HTML>
     2 <style>
     4 #thediv {
     5   width: 400px;
     6   height: 250px;
     7   position: absolute;
     8   top: -500px;
     9   left: -500px;
    10   box-shadow: 540px 540px 10.5px black;
    11 }
    13 #blankdiv {
    14   width: 400px;
    15   height: 250px;
    16   background-color: white;
    17   position: absolute;
    18   top: 40px;
    19   left: 40px;
    20 }
    21 </style>
    23 <div id="thediv">&nbsp;</div> 
    24 <div id="blankdiv">&nbsp;</div>

mercurial