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

mercurial