tor-browser

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

378933-1-ref.html (885B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Testcase, border-collapse invalidation/repaint bug</title>
      5 <link rel="copyright" href="http://www.gnu.org/copyleft/fdl.html">
      6 <!--
      7 Reduced from
      8 http://en.wikipedia.org/wiki/French_presidential_election%2C_2007
      9 -->
     10 <style type="text/css">
     11 
     12 html, body { height: 100%; }
     13 td { border: thin solid; }
     14 td.noborder{border: thin none;}
     15 </style>
     16 </head>
     17 <body>
     18 
     19 
     20 <table style="width: 95%; height: 95%; border-collapse: collapse;">
     21 <tr>
     22 <td>&nbsp;</td>
     23 <td>&nbsp;</td>
     24 <td>&nbsp;</td>
     25 </tr>
     26 <tr>
     27 <td>&nbsp;</td>
     28 <td>&nbsp;</td>
     29 <td class="noborder">&nbsp;</td>
     30 </tr>
     31 <tr>
     32 <td>&nbsp;</td>
     33 <td>&nbsp;</td>
     34 <td class="noborder">&nbsp;</td>
     35 </tr>
     36 <tr>
     37 <td>&nbsp;</td>
     38 <td class="noborder">&nbsp;</td>
     39 <td class="noborder">&nbsp;</td>
     40 
     41 </tr>
     42 <tr>
     43 <td>&nbsp;</td>
     44 <td class="noborder">&nbsp;</td>
     45 <td class="noborder">&nbsp;</td>
     46 
     47 </tr>
     48 </table>
     49 
     50 
     51 
     52 </body>
     53 </html>