layout/reftests/flexbox/pagination/flexbox-multicol-vert-empty-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/flexbox/pagination/flexbox-multicol-vert-empty-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- Any copyright is dedicated to the Public Domain.
     1.6 +     http://creativecommons.org/publicdomain/zero/1.0/ -->
     1.7 +<html>
     1.8 +  <head>
     1.9 +    <style>
    1.10 +    .flexContainer {
    1.11 +      display: flex;
    1.12 +      flex-direction: column;
    1.13 +      border: 2px dotted black;
    1.14 +      height: 298px;
    1.15 +    }
    1.16 +    .multicol {
    1.17 +      height: 100px;
    1.18 +      width: 200px;
    1.19 +      -moz-column-width: 20px;
    1.20 +      -moz-column-fill: auto;
    1.21 +      border: 4px solid orange;
    1.22 +    }
    1.23 +    </style>
    1.24 +  </head>
    1.25 +  <body>
    1.26 +    <div class="multicol">
    1.27 +      <div class="flexContainer">
    1.28 +      </div>
    1.29 +    </div>
    1.30 +  </body>
    1.31 +</html>

mercurial