tor-browser

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

table-cell-expansion-006.html (563B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-tables-3/#fragmentation">
      3 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
      4 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      5 <div style="columns: 2; gap: 0; column-fill: auto; height: 100px; width: 100px; background: red;">
      6  <table style="border-spacing: 0;">
      7    <td style="background: green; padding: 0; writing-mode: vertical-rl;">
      8      <div style="min-width: 100px; width: 200%; height: 100px;"></div>
      9    </td>
     10  </table>
     11 </div>