tor-browser

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

1088025-1-ref.html (445B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Bug 1083892</title>
      5 <style>
      6 div {
      7  width:300px;
      8  height:300px;
      9  padding:10px;
     10  border:1px solid black;
     11  writing-mode:vertical-rl;
     12 }
     13 </style>
     14 </head>
     15 
     16 <body>
     17 <div>
     18  This is the <b><i>first</i> paragraph</b>. It's long enough to wrap onto multiple lines.<br>
     19  <b>Paragraph <i>two</i></b>.<br>
     20  <b><i>Third and final</i> paragraph</b> of this simple testcase. That's all, folks!
     21 </div>
     22 </body>
     23 
     24 </html>