tor-browser

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

visibility-hidden-collapsed-borders.html (586B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1216308">
      3 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      4 <meta name="assert" content="If a table has visibility:hidden collapsed borders should not be painted.">
      5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      6 <div style="width: 100px; background: green;">
      7  <table style="border: solid red 20px; border-collapse: collapse; width: 100px; height: 100px; box-sizing: border-box; visibility: hidden;">
      8    <td></td>
      9  </table>
     10 </table>