tenfourfox/layout/reftests/abs-pos/select-3.html

12 lines
272 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>