tor-browser

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

nested-repeated-header-crash.html (991B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1336683">
      3 <style>
      4  thead { break-inside: avoid; }
      5  td { padding: 0; }
      6  table { border-spacing: 0; }
      7 </style>
      8 <p>PASS if no freeze.</p>
      9 <div style="columns:2; column-fill:auto; height:700px;">
     10  <table>
     11    <thead>
     12      <tr>
     13        <td>
     14          <div style="columns:2; column-fill:auto; height:120px; background:yellow;">
     15            <table>
     16              <thead>
     17                <tr>
     18                  <td>
     19                    <div style="width:50px; height:20px; background:hotpink;"></div>
     20                  </td>
     21                </tr>
     22              </thead>
     23              <tr><td style="height:100px;"></td></tr>
     24              <tr><td style="height:100px;"></td></tr>
     25            </table>
     26          </div>
     27        </td>
     28      </tr>
     29    </thead>
     30    <tr><td style="height:400px; background:blue;"></td></tr>
     31    <tr><td style="height:400px; background:orange;"></td></tr>
     32  </table>
     33 </div>