layout/reftests/bugs/634232-1-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     .wackeddiv {
     6         position: absolute;
     7         left: 20px;
     8         top: 20px;
     9         width: 50px;
    10         height: 50px;
    11         border: 2px solid highlight;
    12         background-color: transparent;
    13     }
    15     .posabssemitransparentblack {
    16         position:absolute;
    17         left: 0px;
    18         top: 50px;
    19         width: 100px;
    20         height: 100px;
    21         background: lime;
    22         opacity: 0.1;
    23     }
    24 </style>
    25 </head>
    26 <body>
    27     <div class="posabssemitransparentblack"></div>
    28     <div class="wackeddiv"></div>
    29 </body>
    30 </html>

mercurial