tor-browser

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

is-where-error-crash.html (221B)


      1 <!DOCTYPE html>
      2 <title>CSS Selectors: :is() and :where() error crash</title>
      3 <link rel="help" href="https://crbug.com/464739072">
      4 <style>
      5 :is(c|l:i) {}
      6 :where(c|l:i) {}
      7 </style>
      8 <p>Test passes if page does not crash.</p>