2015-02-18 15:25:46 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Bug 1114329 testcase</title>
|
|
|
|
</head>
|
|
|
|
<body dir="rtl">
|
|
|
|
<div dir="ltr" style="width:300px">
|
2015-05-16 14:36:25 +03:00
|
|
|
<div style="width:100px;height:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
2015-02-18 15:25:46 +03:00
|
|
|
</div>
|
|
|
|
<div style="width:200px">
|
2015-05-16 14:36:25 +03:00
|
|
|
<div style="width:100px;height:150px;background:rgba(255,0,0,0.8);float:right;"></div>
|
2015-02-18 15:25:46 +03:00
|
|
|
</div>
|
|
|
|
<div style="background:silver">
|
|
|
|
This text should appear to the LEFT of the red and green blocks.
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|