Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-select-element/select-overflow-x.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<!-- Tests that select button part text is truncated by the button. -->
<link rel=author href="mailto:pkotwicz@chromium.org">
<link rel="match" href="select-overflow-x-ref.tentative.html">
<style>
select {
width:30px;
height:20px;
}
select::part(button) {
background-color:blue;
}
</style>
<select>
<option> </option>
</select>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>