tenfourfox/layout/reftests/abs-pos/select-2-ref.html

12 lines
251 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: absolute; top: 100px; left: 100px;">
<select size=4>
<option>foo</option>
<option>bar</option>
</select>
</div>
</body>
</html>