layout/reftests/bugs/634232-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <style>
     5     .wackeddiv {
     6         position: fixed;
     7         left: 20px;
     8         top: 20px;
     9         width: 50px;
    10         height: 50px;
    11         border: 2px solid highlight;
    12         background-color: transparent;
    13         -moz-transform: rotate(90deg); 
    14     }
    16     .posabssemitransparentblack {
    17         position:absolute;
    18         left: 0px;
    19         top: 50px;
    20         width: 100px;
    21         height: 100px;
    22         background: lime;
    23         opacity: 0.1;
    24     }
    25 </style>
    26 </head>
    27 <body>
    28     <div class="posabssemitransparentblack"></div>
    29     <div class="wackeddiv"></div>
    30 </body>
    31 </html>

mercurial