layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-textarea-horiz-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-textarea-horiz-1-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,63 @@
     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.flexbox {
    1.15 +        width: 200px;
    1.16 +        background: lightgreen;
    1.17 +        margin-bottom: 5px;
    1.18 +        line-height: 8px;
    1.19 +      }
    1.20 +      textarea {
    1.21 +        width: 10px;
    1.22 +        height: 20px;
    1.23 +        background: white;
    1.24 +        border-radius: 0;
    1.25 +        border: 1px dotted green;
    1.26 +        padding: 0;
    1.27 +      }
    1.28 +    </style>
    1.29 +  </head>
    1.30 +  <body>
    1.31 +    <div class="flexbox">
    1.32 +      <textarea/>
    1.33 +    </div>
    1.34 +
    1.35 +    <div class="flexbox" style="height: 24px">
    1.36 +      some words
    1.37 +      <textarea style="float:right"/>
    1.38 +    </div>
    1.39 +
    1.40 +    <div class="flexbox">
    1.41 +      <textarea style="width: 122.5px"
    1.42 +    /><textarea style="width: 73.5px"/>
    1.43 +    </div>
    1.44 +
    1.45 +    <div class="flexbox">
    1.46 +      <textarea style="width: 93px"
    1.47 +    /><textarea style="width: 103px"/>
    1.48 +    </div>
    1.49 +
    1.50 +    <div class="flexbox">
    1.51 +      <textarea style="width: 114px"
    1.52 +    /><textarea style="width: 82px"/>
    1.53 +    </div>
    1.54 +
    1.55 +    <div class="flexbox">
    1.56 +      <textarea style="width: 106px"
    1.57 +    /><textarea style="width: 90px"/>
    1.58 +    </div>
    1.59 +
    1.60 +    <div class="flexbox">
    1.61 +      <textarea style="width: 46px"
    1.62 +    /><textarea style="width: 150px"/>
    1.63 +    </div>
    1.64 +
    1.65 +  </body>
    1.66 +</html>

mercurial