Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / floats / float-in-rtl-3-ref.html
blob0a6199b93f3f1f89a516d76b935ce0b091e1b6ba
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Bug 1114329 testcase</title>
5 </head>
6 <body dir="rtl">
7 <div style="width:0px;height:0px;overflow:visible">
8 <div style="width:100px;height:120px;background:rgba(0,255,0,0.8);display:inline-block;margin-right:200px;"></div>
9 </div>
10 <div style="width:0px;height:0px;overflow:visible">
11 <div style="width:100px;height:150px;background:rgba(255,0,0,0.8);display:inline-block;margin-right:100px;"></div>
12 </div>
13 <div style="background:silver;">
14 <div style="width:100px;">This text should appear to the RIGHT of the green and red blocks.</div>
15 </div>
16 </body>
17 </html>