tor-browser

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

relpos-inline-overflowing-block-vrl.html (836B)


      1 <!DOCTYPE html>
      2 <title>vertical-rl, relatively positioned inline in block that overflows smaller parent</title>
      3 <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
      4 <link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1. Principles of Layout in Vertical Writing Modes">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square.xht" />
      6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      7 <div style="position:relative; writing-mode:vertical-rl; width:100px; height:100px; background:green;">
      8  <div style="position:absolute; right:0; top:0; width:0.5em; height:1em; background:red;"></div>
      9  <div style="width:200px;">
     10    <span style="position:relative; color:green; background:green; display: inline-block">XXX</span>
     11  </div>
     12 </div>