tor-browser

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

control-chars-03b.html (270B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body style="-moz-control-character-visibility:visible">
      4 <span id="s">foo&#x01;bar</span>
      5 <script>
      6 var x = s.getBoundingClientRect().width;
      7 document.body.setAttribute("style", "-moz-control-character-visibility:hidden");
      8 </script>
      9 </body>
     10 </html>