tor-browser

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

select-highlight-crash.html (313B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://issues.chromium.org/issues/419167530">
      4 
      5 <style>
      6  @container (width) {
      7    div::highlight(custom-highlight) {
      8      --foo: bar;
      9    }
     10  }
     11 </style>
     12 
     13 <select>
     14  <div style="container-type:inline-size"></div>
     15 </select>