tor-browser

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

table-border-008.html (684B)


      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/#box-splitting">
      4 <link rel="match" href="table-border-008-ref.html">
      5 <p>There should be a pink table box with a black border. The table box should be
      6  split into three columns.</p>
      7 <div style="columns:6; gap:0; column-fill:auto; width:600px; height:100px;">
      8  <div style="display:table; border:10px solid; height:180px; width:50px; background:pink;">
      9    <div style="display:table-caption; caption-side:top; height:150px;"></div>
     10    <div style="display:table-caption; caption-side:bottom; height:150px;"></div>
     11  </div>
     12 </div>