chromium/third_party/blink/web_tests/external/wpt/html/semantics/forms/the-selectlist-element/selectlist-overflow-x.tentative.html

<!DOCTYPE html>
<!-- Tests that selectlist button part text is truncated by the button. -->
<link rel=author href="mailto:[email protected]">
<link rel="match" href="selectlist-overflow-x-ref.tentative.html">
<style>
selectlist {
  width:30px;
  height:20px;
}
selectlist::part(button) {
  background-color:blue;
}
</style>
<selectlist>
  <option>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</option>
</selectlist>