tor-browser

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

text-combine-upright-sideways-002-ref.html (277B)


      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-lr;
      8 }
      9 </style>
     10 <body>
     11 <p>Test passes if the digits are NOT rotated or compressed to appear horizontally</p>
     12 <div class="test">AB123CD</div>