tor-browser

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

table-row-end-border-1-crash.html (306B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1336163">
      3 <div style="columns: 2; height: 1px;">
      4  <table style="border-collapse: collapse;">
      5    <tbody>
      6      <tr style="border-bottom: 10px solid;">
      7        <td></td>
      8      </tr>
      9    </tbody>
     10  </table>
     11 </div>