summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1067268-1.html
blob: 463aac64f5ea32f2d6b1fb256e571b23a541f897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!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>