Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / option-text-clip.html
blob2f205647358354b6695c322e2948bc7411094706
1 This tests that the option text is clipped properly, and doesn't spill over into the arrow part of the popup control.
2 <br>
3 <select style="width:150px">
4 <option>12345 6789 ABCD EFGH</option>
5 </select>