layout/reftests/flexbox/flexbox-float-2-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/flexbox/flexbox-float-2-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,39 @@
     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 +<!--
    1.10 +     This reference case uses a div with "text-align: center" in place of a
    1.11 +     flex container, and has the text "lll" and "rrr" already placed at the
    1.12 +     target position instead of having it positioned with the "float" property.
    1.13 +-->
    1.14 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.15 +  <head>
    1.16 +    <style>
    1.17 +      div.flexbox {
    1.18 +        text-align: center;
    1.19 +        font-family: sans-serif;
    1.20 +        width: 400px;
    1.21 +        margin-bottom: 2px;
    1.22 +        background: lightgreen;
    1.23 +        justify-content: space-around;
    1.24 +      }
    1.25 +    </style>
    1.26 +  </head>
    1.27 +  <body>
    1.28 +    <div class="flexbox">
    1.29 +      lllaaabbb
    1.30 +    </div>
    1.31 +    <div class="flexbox">
    1.32 +      aaabbbrrr
    1.33 +    </div>
    1.34 +
    1.35 +    <div class="flexbox">
    1.36 +      lllaaabbb
    1.37 +    </div>
    1.38 +    <div class="flexbox">
    1.39 +      aaabbbrrr
    1.40 +    </div>
    1.41 +  </body>
    1.42 +</html>

mercurial