tor-browser

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

1272997-1-ref.html (458B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <iframe id="test" style="width:350px;"
      5            src="data:text/html,
      6                 <html>
      7                   <style>
      8                     html { writing-mode:vertical-rl; }
      9                     div { writing-mode:initial; position:absolute;
     10                           right:0; padding:5px; }
     11                   </style>
     12                   <div>This text should NOT be cut off</div>">
     13    </iframe>
     14  </body>
     15 </html>