layout/reftests/bugs/378933-1-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

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

mercurial