Bug 1732060 [wpt PR 30876] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / floats / float-in-rtl-slr-4b.html
blob7520ea6ddbfac8939263507ceb88d61f8468d1bc
1 <!DOCTYPE html>
2 <html class="slr">
3 <head>
4 <style>
5 .slr {
6 writing-mode: sideways-lr;
7 direction: rtl;
9 </style>
10 </head>
11 <body>
12 <div>
13 <div style="height:300px">
14 <div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
15 </div>
16 <div dir="ltr" style="height:200px">
17 <div style="height:100px;width:150px;background:rgba(255,0,0,0.8);float:right;"></div>
18 </div>
19 <div style="background:silver">
20 This text should appear BELOW the red and green blocks.
21 </div>
22 </div>
23 </body>
24 </html>