tor-browser

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

1767364-1.html (334B)


      1 <html class="reftest-paged">
      2 <head>
      3 <title>Testcase bug 1767364 - page breaks, empty thead & `position: fixed` div inside tbody causing a crash</title>
      4 <style>
      5 * {
      6  border-bottom: -moz-default-color solid;
      7  break-before: page
      8 }
      9 </style>
     10 </head>
     11 <table id="a">
     12 <thead></thead>
     13 <th>
     14 <div style="position: fixed">a</div>
     15 </table>
     16 <h1>