tenfourfox/layout/reftests/floats/float-in-rtl-4a.html

18 lines
465 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Bug 1114329 testcase</title>
</head>
<body dir="rtl">
<div dir="ltr" style="width:300px">
<div style="width:100px;height:120px;background:rgba(0,255,0,0.8);float:right;"></div>
</div>
<div style="width:200px">
<div style="width:100px;height:150px;background:rgba(255,0,0,0.8);float:right;"></div>
</div>
<div style="background:silver">
This text should appear to the LEFT of the red and green blocks.
</div>
</body>
</html>