Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<meta name=fuzzy content="maxDifference=0-41;totalPixels=0-1">
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="select-appearance-disabled-ref.html">
<style>
select {
appearance: base-select;
}
</style>
<select disabled>
<option>option</option>
</select>