Bug 1732060 [wpt PR 30876] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / floats / 429974-1-ref.html
blobd2d2e6aac59f4144f74a823fc348752bcac3df15
1 <!DOCTYPE html>
2 <html>
3 <head>
5 <style type="text/css">
7 .contain {
8 background: aqua; color: black;
9 height: 10px; margin: 2px 50px;
12 .fl, .fr { height: 5px; }
13 .fl { float: left; width: 56px; }
14 .fr { float: right; width: 73px; }
16 .t { overflow: hidden; background: blue; height: 5px; width: 85px;
17 border-left: 1px solid blue; padding-left: 2px;
18 padding-right: 4px; border-right: 8px solid blue; }
20 </style>
22 </head>
24 <body style="width: 400px">
26 <div class="contain">
27 <div class="fl" id="p"></div>
28 <div class="fr"></div>
29 </div>
31 <div class="contain">
32 <div class="fl"></div>
33 <div class="t"></div>
34 </div>
36 </body>
37 </html>