summaryrefslogtreecommitdiffstats
path: root/layout/reftests/abs-pos/select-3-ref.html
blob: 788b6f3dfc8e8ddc6c8d940b00a00dba55346252 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <body style="margin: 0; padding: 0;">
    <select style="position: absolute; top: 100px; left: 100px;">
      <option>foo</option>
      <option>bar</option>
    </select>
  </body>
</html>