tor-browser

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

chrome-custom-highlight-crash.html (304B)


      1 <!DOCTYPE html>
      2 <title>Empty ::highlight styles inside @container causes crash</title>
      3 <link rel="help" href="https://crbug.com/1486352">
      4 <style>
      5  @container (width) {
      6    section::highlight(custom-highlight) {
      7      --foo: bar;
      8    }
      9  }
     10 </style>
     11 <section style="container-type:inline-size"></section>