blob: 7f36708973d4c01f9af0e3c613ccaddd738ea6e9 [file] [log] [blame]
<!doctype html>
<title>Select should be as wide as needed to fit its options regardless of option styles</title>
<link rel=match href=select-intrinsic-option-font-size-ref.html>
<select>
<option style="font-size: 5px">ABC</option>
</select>
<select>
<option style="font-size: 50px">ABC</option>
</select>