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

<!DOCTYPE html>
<!-- Tests that the marker is visible when the <selectlist> contains more text than it can show -->
<link rel=author href="mailto:[email protected]">
<link rel="match" href="selectlist-marker-visible-overflow-ref.tentative.html">

<style>
selectlist {
  width:100px;
}
</style>
<div>
<selectlist>
  <option>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
</selectlist>