blob: 5bc3ae3e2b0fccfcd0375328865b33ca20d5fa55 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
<div style="border: 1px solid red; height: 100px; width: 200px;">
<div style="height: 50px; width: 10px; border: 1px solid blue; float: left;"></div>
<div style="height: 30px; width: 10px; border: 1px solid blue; float: left;"></div>
<div style="overflow: hidden; height: 10px; width: 180px; border: 1px solid green;"></div>
<div style="overflow: hidden; height: 10px; width: 180px; border: 1px solid green;"></div>
<div style="height: 30px; width: 10px; border: 1px solid blue; float: left;"></div>
<div style="overflow: hidden; height: 10px; width: 180px; border: 1px solid green;"></div>
</div>
<div dir=rtl style="border: 1px solid red; height: 100px; width: 200px;">
<div style="height: 50px; width: 10px; border: 1px solid blue; float: left;"></div>
<div style="height: 30px; width: 10px; border: 1px solid blue; float: left;"></div>
<div style="overflow: hidden; height: 10px; width: 180px; border: 1px solid green;"></div>
<div style="overflow: hidden; height: 10px; width: 180px; border: 1px solid green;"></div>
<div style="overflow: hidden; height: 10px; width: 180px; border: 1px solid green;"></div>
</div>
</body>
</html>