tor-browser

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

vertical-ahem-1x4-ref.html (553B)


      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="https://google.com/+MasatakaYakura">
      7 <meta name="flags" content="ahem">
      8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      9 <style>
     10 .test {
     11  writing-mode: vertical-rl;
     12  font-size: 5em;
     13  line-height: 1;
     14  font-family: Ahem;
     15 }
     16 </style>
     17 </head>
     18 <body>
     19 
     20 <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p>
     21 
     22 <div class="test">
     23  <p>xxxx</p>
     24  <p>xxxx</p>
     25 </div>
     26 
     27 </body>
     28 </html>