tor-browser

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

commitStyles-svg-crash.html (308B)


      1 <!DOCTYPE html>
      2 <html class=test-wait>
      3 <link rel=help href="https://crbug.com/1385691">
      4 <svg id=svg></svg>
      5 <script>
      6  let anim = svg.animate({'svg-viewBox': '1 1 1 1'}, 1);
      7  anim.ready.then(() => {
      8    anim.commitStyles();
      9    document.documentElement.classList.remove('test-wait');
     10  });
     11 </script>
     12 </html>