Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git] / layout / reftests / floats / float-in-rtl-3d.html
blobcc784f744bf839e364f99b3e9789b0357a1d4d51
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:-moz-fit-content">
8 <div style="width:300px">
9 <div style="width:100px;height:120px;background:rgba(0,255,0,0.8);float:left;"></div>
10 </div>
11 <div style="width:200px">
12 <div style="width:100px;height:150px;background:rgba(255,0,0,0.8);float:left;"></div>
13 </div>
14 </div>
15 <div style="background:silver">
16 This text should appear to the RIGHT of the green and red blocks.
17 </div>
18 </body>
19 </html>