tor-browser

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

sibling-index-offset-crash.html (190B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://crbug.com/414645284">
      3 <div id="target"></div>
      4 <script>
      5  target.animate([
      6    { offset: "calc(20% * sibling-index())" },
      7  ], 2000);
      8 </script>