Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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">
12 html, body { height: 100%; }
13 col { border: thin solid; }
15 </style>
16 </head>
17 <body>
19 <table style="width: 50%; height: 50%; border-collapse: collapse;">
20 <col></col>
21 <col></col>
22 <col></col>
23 <tr>
24 <td> </td>
25 </tr>
26 <tr>
27 <td> </td>
28 <td> </td>
29 </tr>
30 <tr>
31 <td> </td>
32 <td> </td>
33 <td> </td>
34 </tr>
35 </table>
37 </body>
38 </html>