tor-browser

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

980223.html (329B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>#980223 testcase</title>
      5 </head>
      6 <body>
      7 <table>
      8  <tbody>
      9  	<tr>
     10  		<td style="position:relative;">Test table cell</td>
     11  	</tr>
     12  </tbody>
     13 </table>
     14 
     15 <script>
     16 document.body.offsetHeight;
     17 document.querySelector('tbody').innerHTML = '';
     18 document.body.offsetHeight;
     19 </script>
     20 
     21 </body>
     22 </html>