Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/the-select-element/select-intrinsic-option-font-size.html - WPT Dashboard Interop Dashboard
<!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>