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/customizable-select/select-single-base-appearance-rendering.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="author" href="mailto:wpt@keithcirkel.co.uk" />
<link
rel="help"
/>
<link rel="match" href="select-single-base-appearance-rendering-ref.html" />
<select style="appearance: base-select">
<button>Open</button>
<option>One</option></select
><select style="appearance: base-select" disabled>
<button>Open</button>
<option>One</option>
</select>
<style>
body {
font-family: monospace;
font-size: 16px;
background-color: black;
color: green;
}
</style>