tor-browser

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

multicol-fill-balance-021.html (628B)


      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-multicol-1/#cf">
      4 <div id="mc" style="columns:4; line-height:0;">
      5  <ruby>
      6    <div style="display:inline-block; width:10px; height:50px;"></div>
      7    <rt>
      8      <div style="display:inline-block; width:10px; height:50px;"></div>
      9    </rt>
     10  </ruby>
     11 </div>
     12 <script src="/resources/testharness.js"></script>
     13 <script src="/resources/testharnessreport.js"></script>
     14 <script>
     15  test(()=> {
     16    assert_equals(mc.offsetHeight, 100);
     17  }, "Ruby text should affect column height");
     18 </script>