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/border-rendering.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta name=fuzzy content="maxDifference=0-56;totalPixels=0-9">
<link rel=match href="border-rendering-ref.html">
<style>
select {
appearance: base-select;
border: 7px solid cornflowerblue;
}
</style>
<select>
<option>Option 1</option>
</select>