layout/reftests/bugs/599882-2.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 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <style type="text/css">
     5   .positioned {
     6     position: relative; 
     7     top:200px;
     8   }
    10 </style>
    11 </head>
    12 <body>
    13 <ul>
    14   <li>
    15     <div class="positioned">&nbsp;</div>
    16   </li>
    17 </ul>
    18  </body>
    19 </html>

mercurial