layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-iframe-horiz-1-ref.xhtml

Thu, 15 Jan 2015 21:13:52 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:13:52 +0100
branch
TOR_BUG_9701
changeset 12
7540298fafa1
permissions
-rw-r--r--

Remove forgotten relic of ABI crash risk averse overloaded method change.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!--
michael@0 3 Any copyright is dedicated to the Public Domain.
michael@0 4 http://creativecommons.org/publicdomain/zero/1.0/
michael@0 5 -->
michael@0 6 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 7 <head>
michael@0 8 <title>CSS Reftest Reference</title>
michael@0 9 <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
michael@0 10 <style>
michael@0 11 div.flexbox {
michael@0 12 width: 200px;
michael@0 13 background: lightgreen;
michael@0 14 margin-bottom: 5px;
michael@0 15 line-height: 8px;
michael@0 16 }
michael@0 17 iframe {
michael@0 18 width: 10px;
michael@0 19 height: 20px;
michael@0 20 border: 1px dotted green;
michael@0 21 }
michael@0 22 </style>
michael@0 23 </head>
michael@0 24 <body>
michael@0 25 <div class="flexbox">
michael@0 26 <iframe/>
michael@0 27 </div>
michael@0 28
michael@0 29 <div class="flexbox" style="height: 22px">
michael@0 30 some words
michael@0 31 <iframe style="float:right"/>
michael@0 32 </div>
michael@0 33
michael@0 34 <div class="flexbox">
michael@0 35 <iframe style="width: 122.5px"
michael@0 36 /><iframe style="width: 73.5px"/>
michael@0 37 </div>
michael@0 38
michael@0 39 <div class="flexbox">
michael@0 40 <iframe style="width: 93px"
michael@0 41 /><iframe style="width: 103px"/>
michael@0 42 </div>
michael@0 43
michael@0 44 <div class="flexbox">
michael@0 45 <iframe style="width: 114px"
michael@0 46 /><iframe style="width: 82px"/>
michael@0 47 </div>
michael@0 48
michael@0 49 <div class="flexbox">
michael@0 50 <iframe style="width: 106px"
michael@0 51 /><iframe style="width: 90px"/>
michael@0 52 </div>
michael@0 53
michael@0 54 <div class="flexbox">
michael@0 55 <iframe style="width: 46px"
michael@0 56 /><iframe style="width: 150px"/>
michael@0 57 </div>
michael@0 58
michael@0 59 </body>
michael@0 60 </html>

mercurial