tor-browser

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

chrome-bug-1377573.html (290B)


      1 <!DOCTYPE html>
      2 <title>Chrome crash with nested ::after::marker with failing list-style-image</title>
      3 <link rel="help" href="https://crbug.com/1377573">
      4 <style>
      5  :is(body, html)::after {
      6    display: list-item;
      7    content: " ";
      8  }
      9  :root { list-style-image:url('.'); }
     10 </style>
     11 <body>