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