layout/reftests/flexbox/flexbox-widget-flex-items-1-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-1-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 +      border: 2px dotted lightgray;
    1.14 +      width: 400px;
    1.15 +      height: 40px;
    1.16 +      margin-bottom: 10px;
    1.17 +    }
    1.18 +    div.flexbox > * {
    1.19 +      width: -moz-available;
    1.20 +      outline: 1px dashed black;
    1.21 +      margin: 0;
    1.22 +      vertical-align: top;
    1.23 +      display: block;
    1.24 +    }
    1.25 +  </style>
    1.26 +</head>
    1.27 +<body>
    1.28 +  <div class="flexbox"><input type="button"></div>
    1.29 +  <div class="flexbox"><input type="checkbox"></div>
    1.30 +  <div class="flexbox"><input type="file"></div>
    1.31 +  <div class="flexbox"><input type="image"></div>
    1.32 +  <div class="flexbox"><input type="password"></div>
    1.33 +  <div class="flexbox"><input type="radio"></div>
    1.34 +  <div class="flexbox"><input type="reset"></div>
    1.35 +  <div class="flexbox"><input type="submit"></div>
    1.36 +  <div class="flexbox"><input type="text"></div>
    1.37 +</body>
    1.38 +</html>

mercurial