chromium/third_party/blink/web_tests/external/wpt/html/rendering/replaced-elements/the-select-element/select-intrinsic-option-font-size.html

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