layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-vert-2-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-vert-2-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,47 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +     Any copyright is dedicated to the Public Domain.
     1.7 +     http://creativecommons.org/publicdomain/zero/1.0/
     1.8 +-->
     1.9 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.10 +  <head>
    1.11 +    <title>CSS Reftest Reference</title>
    1.12 +    <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
    1.13 +    <style>
    1.14 +      div { height: 100px; }
    1.15 +      div.flexbox {
    1.16 +        float: left;
    1.17 +        border: 1px dashed blue;
    1.18 +        background: lightgreen;
    1.19 +        font-size: 10px;
    1.20 +        margin-right: 10px;
    1.21 +      }
    1.22 +    </style>
    1.23 +  </head>
    1.24 +  <body>
    1.25 +    <div class="flexbox">
    1.26 +      <div>AB</div>
    1.27 +    </div>
    1.28 +
    1.29 +    <div class="flexbox">
    1.30 +      <div>AB</div>
    1.31 +    </div>
    1.32 +
    1.33 +    <div class="flexbox">
    1.34 +      <div>AB</div>
    1.35 +    </div>
    1.36 +
    1.37 +    <div class="flexbox" style="width: 30px">
    1.38 +      <div>AB</div>
    1.39 +    </div>
    1.40 +
    1.41 +    <div class="flexbox" style="width: 3px">
    1.42 +      <div>AB</div>
    1.43 +    </div>
    1.44 +
    1.45 +    <div class="flexbox" style="width: 30px">
    1.46 +      <div>AB</div>
    1.47 +    </div>
    1.48 +
    1.49 +  </body>
    1.50 +</html>

mercurial