summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/the-select-element/select-intrinsic-option-font-size.html
blob: 7f36708973d4c01f9af0e3c613ccaddd738ea6e9 (plain)
1
2
3
4
5
6
7
8
9
<!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>