tor-browser

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

float-in-rtl-slr-4d.html (594B)


      1 <!DOCTYPE html>
      2 <html class="slr">
      3 <head>
      4 <style>
      5 .slr {
      6  writing-mode: sideways-lr;
      7  direction: rtl;
      8 }
      9 </style>
     10 </head>
     11 <body>
     12 <div>
     13  <div dir="ltr" style="inline-size:-moz-fit-content">
     14    <div style="height:300px">
     15      <div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
     16    </div>
     17    <div style="height:200px">
     18      <div style="height:100px;width:150px;background:rgba(255,0,0,0.8);float:right;"></div>
     19    </div>
     20  </div>
     21  <div style="background:silver">
     22 This text should appear BELOW the red and green blocks.
     23  </div>
     24 </div>
     25 </body>
     26 </html>