layout/reftests/bugs/594624-1-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <html>
     2 <head>
     3     <style>
     4         #TB_window
     5         {
     6             border: 1px solid red;
     7             position: fixed;
     8             top: 0;
     9             left: 0;
    10         }
    12         #TB_overlay {
    13             height: 200px;
    14             left: 10px;
    15             position: fixed;
    16             top: 80px;
    17             width: 200px;
    19             opacity: 0.1;
    21             background-color: green;
    22         }
    23     </style>
    24 </head>
    25 <body>
    26     SOME CONTENT
    27     <div id="TB_overlay">
    28     </div>
    29     <div id="TB_window"></div>
    31 </body>
    32 </html>

mercurial