tor-browser

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

colspan-004.html (784B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1430449">
      4 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      6 <div style="width:100px; height:100px; background:red;">
      7  <table style="margin-left:-5px; width:110px;" cellspacing="0" cellpadding="0">
      8    <tr>
      9      <td colspan="2" style="width:100px;"></td>
     10      <td colspan="2"></td>
     11    </tr>
     12    <tr>
     13      <td style="width:5px;"></td>
     14      <td colspan="2" style="background:green;">
     15        <div style="height:100px;"></div>
     16      </td>
     17      <td style="width:5px;"></td>
     18    </tr>
     19  </table>
     20 </div>