tor-browser

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

mpath-zero-radius-crash.html (487B)


      1 <html>
      2 <head>
      3  <script>
      4    document.addEventListener("DOMContentLoaded", async () => {
      5      const frame = document.createElementNS("http://www.w3.org/1999/xhtml", "frame")
      6      document.documentElement.appendChild(frame)
      7      frame.src = `data:text/html,` + encodeURIComponent(`<!doctype html>
      8 <svg>
      9  <ellipse id="id_8" ry="100pt"></ellipse>
     10  <animateMotion>
     11    <desc></desc>
     12    <mpath xlink:href="#id_8"></mpath>
     13  </animateMotion>
     14 </svg>`);
     15    })
     16  </script>
     17 </head>
     18 </html>