зеркало из https://github.com/mozilla/gecko-dev.git
33 строки
737 B
HTML
33 строки
737 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta charset="utf-8">
|
|
<style type="text/css">
|
|
li { clear: both; }
|
|
|
|
.text { overflow: hidden; }
|
|
|
|
.floating { float: left; width: 21px; height: 24px}
|
|
|
|
.drowning { height: 24px; padding-right: 26px; }
|
|
</style>
|
|
<title>Testcase for bug 1067268</title>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li>
|
|
<div>
|
|
<div class="floating"></div>
|
|
<div class="drowning"><div class="text">חדשות</div></div>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
<div class="drowning"><div class="text">הודעות</div></div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|