tor-browser

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

table-row-end-padding-crash.html (266B)


      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>
      5    <tbody>
      6      <tr style="padding-bottom: 10px;">
      7        <td></td>
      8      </tr>
      9    </tbody>
     10  </table>
     11 </div>