| <!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> |