tor-browser

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

multicol-span-all-margin-003.html (618B)


      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/#column-span">
      4 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1052834">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      6 <p>Test passes if there is a filled green square.</p>
      7 <div style="columns:3; width:100px; background:green;">
      8  <div>
      9    <div style="column-span:all; height:10px; margin-bottom:50px;"></div>
     10    <div style="column-span:all; height:10px; margin-top:80px;"></div>
     11  </div>
     12 </div>