layout/reftests/floats/429974-1-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4
michael@0 5 <style type="text/css">
michael@0 6
michael@0 7 .contain {
michael@0 8 background: aqua; color: black;
michael@0 9 height: 10px; margin: 2px 50px;
michael@0 10 }
michael@0 11
michael@0 12 .fl, .fr { height: 5px; }
michael@0 13 .fl { float: left; width: 56px; }
michael@0 14 .fr { float: right; width: 73px; }
michael@0 15
michael@0 16 .t { overflow: hidden; background: blue; height: 5px; width: 85px;
michael@0 17 border-left: 1px solid blue; padding-left: 2px;
michael@0 18 padding-right: 4px; border-right: 8px solid blue; }
michael@0 19
michael@0 20 </style>
michael@0 21
michael@0 22 </head>
michael@0 23
michael@0 24 <body style="width: 400px">
michael@0 25
michael@0 26 <div class="contain">
michael@0 27 <div class="fl" id="p"></div>
michael@0 28 <div class="fr"></div>
michael@0 29 </div>
michael@0 30
michael@0 31 <div class="contain">
michael@0 32 <div class="fl"></div>
michael@0 33 <div class="t"></div>
michael@0 34 </div>
michael@0 35
michael@0 36 </body>
michael@0 37 </html>

mercurial