tor-browser

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

has-sibling-chrome-crash.html (340B)


      1 <!DOCTYPE html>
      2 <title>CSS Selectors Test: Chrome crash issue 1470477</title>
      3 <link rel="help" href="https://crbug.com/1470477">
      4 <style>
      5  :has(> :where(label:first-child + [a="a"]:only-of-type,
      6    [a="a"]:only-of-type + label:last-child)) label:last-child {
      7      margin-inline: 1em;
      8  }
      9 </style>
     10 <p>PASS if this tests does not crash</p>