summaryrefslogtreecommitdiffstats
path: root/layout/reftests/abs-pos/select-4.html
blob: ee1f70ee3547e246ba51986c94e40a0b8884b614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <body style="margin: 0; padding: 0;">
    <div style="position: relative;">
      <!-- Note: we use transparent text to avoid subtle antialiasing rendering
           differences between the testcase's abs-pos element vs. the reference
           case's fixed-pos element. -->
      <select style="position: absolute; top: 100px; left: 100px;
                     color: transparent;">
        <option>foo</option>
        <option>bar</option>
      </select>
    </div>
  </body>
</html>