tor-browser

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

column-fill-balance-orthog-block-001-ref.html (571B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reftest Reference</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  div#outer
     11    {
     12      background-color: yellow;
     13      height: 250px;
     14    }
     15 
     16  div#inner
     17    {
     18      background-color: lime;
     19      font-size: 50px;
     20      line-height: 1.2;
     21      writing-mode: vertical-rl;
     22    }
     23  </style>
     24 
     25  <p>Test passes if the word "TEXT" is unbroken and rotated 90 degrees clock-wise.
     26 
     27  <div id="outer">
     28    <div id="inner">TEXT</div>
     29  </div>