Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<link rel="match" href="select-combobox-print-ref.html">
<style>
select {
appearance: none;
margin: 0;
padding: 0;
border: 0;
font: inherit;
color: inherit;
background-color: transparent;
print-color-adjust: exact;
}
</style>
<select><option>XXX</option><option>FAIL</option></select>