blob: 5f3cea1b19fe60dab23a975bb8dd9919109eb892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<body style="margin: 0; padding: 0;">
<!-- 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: fixed; top: 100px; left: 100px;
color: transparent;">">
<option>foo</option>
<option>bar</option>
</select>
</body>
</html>
|