tor-browser

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

get-timing-bad-pseudo-crash.html (375B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>getTiming on a KeyframeEffect with invalid pseudoElement option</title>
      4 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=441567711">
      5 <meta name="assert" content="This should not crash.">
      6 <body>
      7  <script>
      8    let t = (new KeyframeEffect(null, [], { pseudoElement: "img2" })).getTiming();
      9  </script>
     10 </body>
     11 
     12 </html>