tor-browser

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

text-indent-1b.html (407B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <iframe sandbox
      4          style="width: 200px"
      5          srcdoc="<canvas style='text-indent: 50vw; display: block'>Text</canvas>"></iframe>
      6  <script>
      7    onload = function() {
      8      var i = document.querySelector("iframe");
      9      window.w = i.offsetWidth;
     10      i.style.width = "400px";
     11      document.documentElement.className = "";
     12    }
     13  </script>
     14 </html>