tor-browser

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

full-width-ref.html (493B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Test Reference</title>
      6 <link rel="author" title="Masataka Yakura" href="http://google.com/+MasatakaYakura">
      7 <style>
      8 .test {
      9  writing-mode: vertical-rl;
     10 }
     11 
     12 .tcu-all {
     13  text-combine-upright: all;
     14 }
     15 </style>
     16 </head>
     17 <body>
     18 
     19 <p>Test passes if the following paragraphs are identical:</p>
     20 
     21 <div class="test">
     22  <p>6月<span class="tcu-all">19</span></p>
     23  <p>6月<span class="tcu-all">19</span></p>
     24 </div>
     25 
     26 </body>
     27 </html>