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-marker-visible-overflow.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<!-- Tests that the marker is visible when the <select> contains more text than it can show -->
<link rel=author href="mailto:pkotwicz@chromium.org">
<link rel="match" href="select-marker-visible-overflow-ref.tentative.html">
<style>
select {
width:100px;
}
</style>
<div>
<select>
<option> </option>
</select>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>