tor-browser

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

chrome-bug-452651700.html (305B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://crbug.com/452651700">
      3 <svg>
      4  <circle id="a" cx="120" cy="120" r="15" style="transition:fill 1s" />
      5  <use id="use" style="fill:red;transition:fill 1s" href="#a" x="30" y="0"/>
      6 </svg>
      7 <script>
      8  document.body.offsetTop;
      9  use.style.fill = "green";
     10 </script>