summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/67752-2-ref.html
blob: 328e1a15b6dd442c8b8f8be2f914c2043dd4d36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <style>
      span { display: inline-block; width: 1em; height: 10px; background: green; }
    </style>
  </head>
  <body style="font-size: 20px">
    Test
    <div style="position: absolute; left: 0; width: 25px; height: 0; top: 0;">
      <span></span>
      <span></span>
    </div>
  </body>
</html>