tor-browser

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

div-orthogonal-block-size-ref.html (323B)


      1 <!DOCTYPE HTML>
      2 <title> Ensure block size is same as height of inner div for orthogonal writing mode </title>
      3 <style>
      4  div {
      5    inset: 0;
      6    background-color: black;
      7    writing-mode: vertical-rl;
      8    position: absolute;
      9    block-size: 200px;
     10    inline-size: 100px;
     11    border: 5px solid red;
     12  }
     13 </style>
     14 <div></div>