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