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

mercurial