tor-browser

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

text-combine-upright-sideways-001-ref.html (296B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>CSS reference file</title>
      4 <style>
      5 .test {
      6  font: 32px sans-serif;
      7  writing-mode: sideways-rl;
      8 }
      9 </style>
     10 <body lang="zh">
     11 <p>Test passes if the digits are NOT rotated or compressed to appear horizontally</p>
     12 <div class="test">中文1234中文</div>