layout/reftests/bugs/579323-1-ref.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 body {
     6   margin: 0;
     7 }
     8 #main {
     9   width: 500px;
    10   height: 100px;
    11   opacity: 0.999;
    12   background: lime;
    13   border: 1px solid black;
    14 }
    15 .censor {
    16   position: absolute;
    17   width: 1px;
    18   height: 1px;
    19   background: cyan;
    20 }
    21 </style>
    22 </head>
    23 <body>
    24 <div id="main"></div>
    25 <div class="censor" style="left:0; top:0;"></div>
    26 <div class="censor" style="left:501px; top:0;"></div>
    27 <div class="censor" style="left:0; top:101px;"></div>
    28 <div class="censor" style="left:501px; top:101px;"></div>
    29 </body>
    30 </html>

mercurial