chromium/third_party/blink/web_tests/fast/forms/select/option-text-clip.html

This tests that the option text is clipped properly, and doesn't spill over into the arrow part of the popup control.
<br>
<select style="width:150px">
<option>12345 6789 ABCD EFGH</option>
</select>