tor-browser

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

chrome-bug-467732064.html (281B)


      1 <!DOCTYPE html>
      2 <title>Chrome crash with accentcolor in constructed document</title>
      3 <link rel="help" href="https://crbug.com/467732064">
      4 <script>
      5  let doc = document.implementation.createHTMLDocument();
      6  doc.documentElement.setAttribute("style", "color:accentcolor");
      7 </script>