gecko/layout/reftests/bugs/363858-6b.html

23 lines
314 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style>
2007-12-02 23:22:19 -08:00
select { width: -moz-available; }
* { -moz-appearance: none; }
</style>
</head>
<body>
<select>
<option>This is option one</option>
</select>
</div>
<div>
<select size="3">
<option style="visibility: hidden">This is option one</option>
</select>
<div>
</body>
</html>