tor-browser

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

multicol-gap-decorations-021.html (565B)


      1 <!DOCTYPE html>
      2 <title>Row rule and single-column mulitcol</title>
      3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      4 <link rel="help" href="https://drafts.csswg.org/css-gaps-1/#gap-decoration-shorthands">
      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="columns:1/20px; width:100px; height:100px; gap:10px; row-rule:10px solid green; background:red;">
      8  <div style="height:70px; background:green;"></div>
      9 </div>