layout/reftests/bugs/408656-1c.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 <html>
     2 <head><style>
     3 body {
     4   margin: 0px;
     5 }
     6 span.a  {
     7   position: absolute;
     8   width: 100px;
     9   height: 100px;
    10   border: 1px solid black;
    11   overflow: hidden;
    12 }
    13 </style></head>
    14 <body>
    15 <div style="padding: 100px;">
    16   <span style="position: relative;">
    17     <span class="a"></span>
    18   </span>
    19 </div>
    20 </body>
    21 </html>

mercurial