tor-browser

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

ruby-003.html (619B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1253341">
      4 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      5 <style>
      6  .ib {
      7    display: inline-block;
      8    width: 100px;
      9    height: 50px;
     10    background: green;
     11  }
     12 </style>
     13 <p>Test passes if there is a filled green square.</p>
     14 <div style="columns:1; width:100px; column-fill:auto; height:60px; background:red;">
     15  <ruby>
     16    <div class="ib"></div>
     17    <rt>
     18      <div class="ib"></div>
     19    </rt>
     20  </ruby>
     21 </div>