Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="select-appearance-mixing-ref.html">
<style>
.custom, .custom::picker(select) {
appearance: base-select;
}
</style>
<select multiple>
<option>normal</option>
<div style="appearance:base-select">
<option style="appearance:base-select">
<div>div</div>
<span>span</span>
text
</option>
</div>
</select>
<select multiple class=custom>
<option>normal</option>
<option style="appearance:base-select">base-select</option>
</select>