wpt / css / printing / select-combobox-print.html

Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/printing/select-combobox-print.html

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

/css/printing/select-combobox-print-ref.html

<!doctype html>
<div style="display: inline-block">XXX</div>