summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1067268-1-ref.html
blob: c02883462f276ecc324593173906bf355c538b0e (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
<!DOCTYPE html>
<html dir="rtl">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta charset="utf-8">
    <title>Testcase for bug 1067268</title>
    <style type="text/css">
      .drowning { height: 24px; padding-right: 26px; }
    </style>
  </head>
  <body>
    <ul>
      <li>
        <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>