tor-browser

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

select-overflow-x.tentative.html (500B)


      1 <!DOCTYPE html>
      2 <!-- Tests that select button part text is truncated by the button. -->
      3 <link rel=author href="mailto:pkotwicz@chromium.org">
      4 <link rel="match" href="select-overflow-x-ref.tentative.html">
      5 <style>
      6 select {
      7  width:30px;
      8  height:20px;
      9 }
     10 select::part(button) {
     11  background-color:blue;
     12 }
     13 </style>
     14 <select>
     15  <option>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</option>
     16 </select>
     17 
     18 <style>
     19  select, ::picker(select) {
     20    appearance: base-select;
     21  }
     22 </style>