no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / floats / float-in-rtl-3c.html
blob9e6b6f999d2129e3a9ff6ee92c401e2cc88c24b6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Bug 1114329 testcase</title>
5 </head>
6 <body dir="rtl">
7 <div dir="ltr" style="width:300px">
8 <div style="width:100px;height:120px;background:rgba(0,255,0,0.8);float:left;"></div>
9 </div>
10 <div dir="ltr" style="width:200px">
11 <div style="width:100px;height:150px;background:rgba(255,0,0,0.8);float:left"></div>
12 </div>
13 <div style="background:silver">
14 This text should appear to the RIGHT of the green and red blocks.
15 </div>
16 </body>
17 </html>