summaryrefslogtreecommitdiffstats
path: root/layout/reftests/abs-pos/select-3.html
blob: 59b6132d076a082895e0a437c3bcd36e36718aff (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 style="position: absolute; top: 100px; left: 100px;">
        <option>foo</option>
        <option>bar</option>
      </select>
    </div>
  </body>
</html>