tor-browser

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

multicol-span-all-015.html (803B)


      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/#spanning-columns">
      4 <link rel="help" href="https://www.w3.org/TR/css-break-3/#break-margins">
      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:2; column-gap:0; width:100px; background:red;">
      8  <div style="height:30px;"></div>
      9  <div style="height:30px; background:green;"></div>
     10  <div>
     11    <div style="column-span:all; height:40px; background:green;">
     12      <div style="width:50px; height:40px; background:red;"></div>
     13    </div>
     14  </div>
     15  <div style="margin-top:-70px; height:130px; background:green;"></div>
     16 </div>