layout/reftests/margin-collapsing/block-zero-min-height-3c.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 .separator {
     6  height: 20px;
     7  background-color: green;
     8 }
     9 #min-height {
    10  min-height: 0;
    11  height: auto;
    12  margin-top: 30px;
    13  margin-bottom: 40px;
    14 }
    15 #margin-only-child {
    16  margin-top: 10px;
    17  margin-bottom: 20px;
    18 }
    19 </style>
    20 </head>
    21 <body>
    22 <div class="separator"></div>
    23 <div id="min-height">
    24  <div id="margin-only-child"></div>
    25 </div>
    26 <div class="separator"></div>
    27 </body>
    28 </html>

mercurial