layout/reftests/flexbox/flexbox-widget-flex-items-4-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/flexbox/flexbox-widget-flex-items-4-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +<!DOCTYPE html>
     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>
    1.10 +<head>
    1.11 +  <style>
    1.12 +    div.flexbox {
    1.13 +      background: lightgray;
    1.14 +      float: left;
    1.15 +      height: 60px;
    1.16 +      margin-right: 10px;
    1.17 +    }
    1.18 +    div.flexbox > * {
    1.19 +      outline: 1px dashed black;
    1.20 +      margin: 0;
    1.21 +      vertical-align: top;
    1.22 +      height: 100%;
    1.23 +      display: block;
    1.24 +    }
    1.25 +    br { clear: left; }
    1.26 +  </style>
    1.27 +</head>
    1.28 +<body>
    1.29 +  <div class="flexbox"><input type="button"></div>
    1.30 +  <div class="flexbox"><input type="checkbox"></div>
    1.31 +  <br>
    1.32 +  <div class="flexbox"><input type="image"></div>
    1.33 +  <div class="flexbox"><input type="radio"></div>
    1.34 +  <br>
    1.35 +  <div class="flexbox"><input type="reset"></div>
    1.36 +  <div class="flexbox"><input type="submit"></div>
    1.37 +</body>
    1.38 +</html>

mercurial