summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1161752-5-embed.html
blob: a72b28e534a0c4910e471b62eff5cdae6b3e3ae3 (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
33
34
<!DOCTYPE html>
<html class="reftest-paged">
 <head>
  <meta charset="utf-8">
  <title></title>

  <style type="text/css">

  html { direction: rtl; }

 div
    {
      background-color: green;
      border-left: green none 0px;
      border-right: green none 0px;
      height: 50px;
      left: 100px;
      margin-left: 0px;
      margin-right: 0px;
      position: fixed;
      right: 100px;
      top: 0px;
      width: 100px;
    }

  </style>
 </head>

 <body>

  <div></div>

 </body>
</html>