layout/reftests/bugs/98223-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     2              "http://www.w3.org/TR/html4/loose.dtd">
     4 <html lang="en">
     5 <head>
     6 <title>Testcase #1 for bug 98223</title>
     8 <style type="text/css">
    10         .outer { position:relative; padding-left:25%; height:100px; width:50px; border:thin solid;}
    11         .inner { position:absolute; height:50px; width:50px; background-color:lime; }
    12         .red   { position:absolute; height:50px; width:50px; background-color:red; top:0;right:0}
    14 </style>
    17 </head>
    19 <body>
    21  <div style="position:absolute; width:200px">
    22   <div class="outer">
    23    <div class="red"></div>
    24    <div class="inner"></div>
    25   </div>
    26  </div>
    28 </body>
    29 </html>

mercurial