tor-browser

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

orthogonal-writing-mode-shrink-to-fit.html (702B)


      1 <!DOCTYPE html>
      2 <title>Orthogonal writing mode root inside shrink-to-fit multicol container</title>
      3 <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
      4 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      5 <link rel="help" href="https://www.w3.org/TR/css-sizing-3/#intrinsic-sizes" title="4.1. Intrinsic Sizes">
      6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      7 <div style="width:100px; height:100px; background:red;">
      8  <div style="float:left; columns:1; column-gap:0; height:100px; background:green;">
      9    <div style="writing-mode:vertical-rl;">
     10      <div style="width:100px; height:100px;"></div>
     11    </div>
     12  </div>
     13 </div>