layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-block-vert-1-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-basic-block-vert-1-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,60 @@
     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 { width: 50px; }
    1.15 +      div.flexbox {
    1.16 +        border: 1px dashed blue;
    1.17 +        float: left;
    1.18 +      }
    1.19 +      div.a {
    1.20 +        background: lightgreen;
    1.21 +      }
    1.22 +      div.b {
    1.23 +        background: yellow;
    1.24 +      }
    1.25 +      div.c {
    1.26 +        background: orange;
    1.27 +      }
    1.28 +      div.auto   {
    1.29 +        background: pink;
    1.30 +      }
    1.31 +      div.inflex {
    1.32 +        background: gray;
    1.33 +      }
    1.34 +      div.spacer {
    1.35 +        width: 15px;
    1.36 +        background: purple;
    1.37 +      }
    1.38 +    </style>
    1.39 +  </head>
    1.40 +  <body>
    1.41 +    <div class="flexbox">
    1.42 +      <div class="a" style="height: 80px"/><div class="b" style="height: 120px"/>
    1.43 +    </div>
    1.44 +    <div class="flexbox">
    1.45 +      <div class="a" style="height: 62.5px"/><div class="c" style="height: 137.5px"/>
    1.46 +    </div>
    1.47 +    <div class="flexbox">
    1.48 +      <div class="a" style="height: 185px"/><div class="auto">
    1.49 +        <div class="spacer" style="height: 15px"/></div>
    1.50 +    </div>
    1.51 +    <div class="flexbox">
    1.52 +      <div class="b" style="height: 76px"/><div class="c" style="height: 124px"/>
    1.53 +    </div>
    1.54 +    <div class="flexbox">
    1.55 +      <div class="b" style="height: 170px"/><div class="auto">
    1.56 +        <div class="spacer" style="height: 30px"/></div>
    1.57 +    </div>
    1.58 +    <div class="flexbox">
    1.59 +      <div class="a" style="height: 45px"/><div class="b" style="height: 50px"
    1.60 +      /><div class="inflex" style="height: 20px"/><div class="c" style="height: 85px"/>
    1.61 +    </div>
    1.62 +  </body>
    1.63 +</html>

mercurial