layout/reftests/abs-pos/button-2-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 <html>
     3 <head>
     4 <style>
     5 div {
     6 position:relative;
     7 padding:0;
     8 background:green;
     9 width: 200px;
    10 height: 100px;
    11 border:none;
    12 text-align: left;
    13 font: 12px serif;
    14 }
    15 div span {
    16 display:block;
    17 position:absolute;
    18 right:0;
    19 top:0;
    20 width:10px;
    21 height:100%;
    22 background:red;
    23 }
    24 </style>
    25 </head>
    26 <body>
    27 <div>
    28 <span></span>
    29 </div>
    30 </body>
    31 </html>

mercurial