tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

select-combobox-print.html (579B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Printing shows the right selected option</title>
      4 <link rel="mismatch" href="select-combobox-print-notref.html">
      5 <link rel="help" href="https://bugzil.la/1984884">
      6 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      7 <link rel="author" title="Mozilla" href="https://mozilla.com">
      8 <style>
      9 select {
     10  width: 100px;
     11  color: inherit;
     12  /* Makes mismatches less likely by not using rounded corners etc */
     13  appearance: none;
     14  border: none;
     15  background: none;
     16 }
     17 </style>
     18 <select><option>abc</option></select>