blob: 739f55f754d7be99ef6e804ca413c4f6691ba094 [file] [log] [blame]
<!doctype html>
<meta charset="utf-8">
<title>Printing shows the right selected option</title>
<link rel="mismatch" href="select-combobox-print-notref.html">
<link rel="help" href="https://bugzil.la/1984884">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.com">
<style>
select {
width: 100px;
color: inherit;
/* Makes mismatches less likely by not using rounded corners etc */
appearance: none;
border: none;
background: none;
}
</style>
<select><option>abc</option></select>