layout/reftests/margin-collapsing/column-sibling-2a.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 #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