tor-browser

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

float-in-rtl-vrl-4d.html (751B)


      1 <!DOCTYPE html>
      2 <html class="vrl">
      3 <head>
      4 <title>Bug 1114329 testcase</title>
      5 <style>
      6 .vrl {
      7   writing-mode: vertical-rl;
      8   -webkit-writing-mode: vertical-rl;
      9   writing-mode: tb-rl;
     10   direction: rtl;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 <div style="height:600px; margin-top:0; margin-bottom:auto;">
     16  <div dir="ltr" style="inline-size:-moz-fit-content">
     17    <div style="height:300px">
     18      <div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
     19    </div>
     20    <div style="height:200px">
     21      <div style="height:100px;width:150px;background:rgba(255,0,0,0.8);float:right;"></div>
     22    </div>
     23  </div>
     24  <div style="background:silver">
     25 This text should appear ABOVE the red and green blocks.
     26  </div>
     27 </div>
     28 </body>
     29 </html>