Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>