<!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> </option>
</selectlist>