tor-browser

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

border-collapse-double-border.html (612B)


      1 <!doctype html>
      2 <title>CSS Test: border-collapsed tables don't unconditionally render double borders as solid</title>
      3 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      4 <link rel="author" href="https://mozilla.org" title="Mozilla">
      5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1521066">
      6 <link rel="help" href="https://drafts.csswg.org/css2/tables.html#collapsing-borders">
      7 <link rel="mismatch" href="border-collapse-double-border-notref.html">
      8 <table style="border-collapse: collapse; border-style: double;">
      9  <td>Should see a non-solid border</td>
     10 </table>