Bug 1732060 [wpt PR 30876] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / floats / float-in-rtl-vlr-3-ref.html
blob64182b14f9e8bc6bd00c42c2d2a9507dbb083e9e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Bug 1114329 testcase</title>
5 <style>
6 .vlr {
7 writing-mode: vertical-lr;
8 -webkit-writing-mode: vertical-lr;
9 writing-mode: tb-lr;
11 </style>
12 </head>
13 <body>
14 <div style="height:600px;">
15 <div style="height:0px;width:0px;overflow:visible">
16 <div style="height:100px;width:120px;background:rgba(0,255,0,0.8);display:inline-block;margin-top:300px;"></div>
17 </div>
18 <div style="height:0px;width:0px;overflow:visible">
19 <div style="height:100px;width:150px;background:rgba(255,0,0,0.8);display:inline-block;margin-top:400px;"></div>
20 </div>
21 <div class="vlr" style="background:silver; height: 100%;">
22 <div style="padding-top:500px; direction:rtl">This text should appear BELOW the green and red blocks.</div>
23 </div>
24 </div>
25 </body>
26 </html>