tor-browser

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

getComputedStyle-special-chars-crash.html (186B)


      1 <!DOCTYPE html>
      2 <body>
      3 <script>
      4    window.getComputedStyle(document.body, String.fromCharCode( 92, 109, 107, 78, 80, 113, 90, 102, 76, 49));
      5 </script>
      6 This test shouldn't crash.
      7 </body>