Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/printing/select-combobox-print.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=2026109">
<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>