summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1161752-5-embed-ref.html
blob: 88c4e5f1b4a7d2c954f26b8b7ac9ee44e8e055f5 (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
<!DOCTYPE html>
<html class="reftest-paged">
 <head>
  <title>Testcase for bug 1161752</title>
<style>
  body,html { margin:0; padding:0; }
  div
    {
      height: 56px;
      width: 100px;
      vertical-align: top;
      margin-bottom: 50px;
      margin-right: 100px;
      margin-left: auto;
    }
  div div
    {
      height: 50px;
      width: 100px;
      background-color: green;
    }

</style>
 </head>
 <body>

  <div><div></div></div>

 </body>
</html>