layout/reftests/flexbox/flexbox-dyn-insertAroundDiv-1-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/flexbox/flexbox-dyn-insertAroundDiv-1-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 is like its textcase, but with the testcase's dynamic
    1.11 +     modifications already performed.
    1.12 +-->
    1.13 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.14 +  <head>
    1.15 +    <style>
    1.16 +      body { font-size: 10px; }
    1.17 +
    1.18 +      div.flexbox {
    1.19 +        border: 1px dashed blue;
    1.20 +        width: 300px;
    1.21 +        display: flex;
    1.22 +        justify-content: space-around;
    1.23 +        margin-bottom: 1px;
    1.24 +        white-space: pre;
    1.25 +      }
    1.26 +    </style>
    1.27 +  </head>
    1.28 +  <body>
    1.29 +    <div class="flexbox" id="f0">  <div>[OldText]</div></div>
    1.30 +    <div class="flexbox" id="f1"><div>[OldText]</div>  </div>
    1.31 +    <div class="flexbox" id="f2">[NewText]<div>[OldText]</div></div>
    1.32 +    <div class="flexbox" id="f3">[NewText]  <div>[OldText]</div></div>
    1.33 +    <div class="flexbox" id="f4">  [NewText]<div>[OldText]</div></div>
    1.34 +    <div class="flexbox" id="f5"><div>[OldText]</div>[NewText]</div>
    1.35 +    <div class="flexbox" id="f6"><div>[OldText]</div>[NewText]  </div>
    1.36 +    <div class="flexbox" id="f7"><div>[OldText]</div>  [NewText]</div>
    1.37 +    <div class="flexbox" id="f8">[NewText]  <div>[OldText]</div></div>
    1.38 +    <div class="flexbox" id="f9">  [NewText]<div>[OldText]</div></div>
    1.39 +    <div class="flexbox" id="f10"><div>[OldText]</div>[NewText]  </div>
    1.40 +    <div class="flexbox" id="f11"><div>[OldText]</div>  [NewText]</div>
    1.41 +  </body>
    1.42 +</html>

mercurial