tor-browser

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

transformed-1.html (446B)


      1 <!DOCTYPE html>
      2 <html reftest-async-scroll
      3      reftest-displayport-x="0" reftest-displayport-y="0"
      4      reftest-displayport-w="800" reftest-displayport-h="2000"
      5      reftest-async-scroll-x="0" reftest-async-scroll-y="20">
      6    <head><title>Async scrolling with transforms</title></head>
      7    <body style="height: 2000px">
      8        <div style="transform: rotate(90deg); transform-origin: bottom left">Some vertical text</div>
      9    </body>
     10 </html>