layout/reftests/flexbox/flexbox-resizeviewport-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-resizeviewport-1-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     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 +    <style>
    1.12 +      iframe {
    1.13 +        width:  75px;
    1.14 +        height: 75px;
    1.15 +      }
    1.16 +    </style>
    1.17 +  </head>
    1.18 +  <body>
    1.19 +    <iframe src="flexbox-resizeviewport-1-helper.html" style="width: 50px"/>
    1.20 +    <iframe src="flexbox-resizeviewport-1-helper.html" style="width: 125px"/>
    1.21 +    <br/>
    1.22 +    <iframe src="flexbox-resizeviewport-1-helper.html" style="height: 50px"/>
    1.23 +    <iframe src="flexbox-resizeviewport-1-helper.html" style="height: 125px"/>
    1.24 +  </body>
    1.25 +</html>

mercurial