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