layout/reftests/margin-collapsing/column-sibling-2a.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 #multi-column1, #multi-column2, #multi-column3 {
     6  -moz-column-count: 1;
     7  column-count: 1;
     8  height: 20px;
     9  background-color: blue;
    10 }
    11 #multi-column1 {
    12  margin-bottom: 10px;
    13 }
    14 #multi-column2 {
    15  margin: 20px 0;
    16 }
    17 #multi-column3 {
    18  margin-top: 10px;
    19 }
    20 </style>
    21 </head>
    22 <body>
    23 <div id="multi-column1"></div>
    24 <div id="multi-column2"></div>
    25 <div id="multi-column3"></div>
    26 </body>
    27 </html>

mercurial