summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1517385-ref.html
blob: fce545dab268f02fafb47dc42bcfdb25b9b69cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <meta charset="utf-8">

  <style>
  #content {
    position: absolute;
    font-size: 20px;
    width: 20px;
    top: 0;
    right: 0;
  }
  </style>

  <body>
    <div id="content">A</div>
  </body>
</html>