tor-browser

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

ruby-000.html (1102B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#breaking-rules">
      4 <link rel="help" href="https://www.w3.org/TR/css-ruby-1/">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      6 <style>
      7  ruby div {
      8      display: inline-block;
      9      vertical-align: top;
     10      width: 25px;
     11      background: green;
     12  }
     13  .main {
     14      height: 75px;
     15  }
     16  .annotation {
     17      height: 25px;
     18  }
     19 </style>
     20 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
     21 <div style="width:100px; height:100px; background:red;">
     22  <div style="columns:4; column-fill:auto; column-gap:0; height:175px; orphans:1; widows:1;">
     23    <ruby><div class="main"></div><rt><div class="annotation"></div></rt></ruby><br>
     24    <ruby><div class="main"></div><rt><div class="annotation"></div></rt></ruby><br>
     25    <ruby><div class="main"></div><rt><div class="annotation"></div></rt></ruby><br>
     26    <ruby><div class="main"></div><rt><div class="annotation"></div></rt></ruby><br>
     27  </div>
     28 </div>