tenfourfox/layout/reftests/bugs/363858-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

31 lines
568 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div { width: 0 }
option { white-space: normal }
* { -moz-appearance: none }
</style>
</head>
<body>
<div>
<select>
<option>This is option one</option>
<option>This is option two</option>
<option>This is option three which is long</option>
<option>This is option four</option>
</select>
</div>
<div>
<select size="3">
<option>This is option one</option>
<option>This is option two</option>
<option>This is option three which is long</option>
<option>This is option four</option>
</select>
<div>
</body>
</html>