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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/378933-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,53 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Testcase, border-collapse invalidation/repaint bug</title>
     1.8 +<link rel="copyright" href="http://www.gnu.org/copyleft/fdl.html">
     1.9 +<!--
    1.10 +Reduced from
    1.11 +http://en.wikipedia.org/wiki/French_presidential_election%2C_2007
    1.12 +-->
    1.13 +<style type="text/css">
    1.14 +
    1.15 +html, body { height: 100%; }
    1.16 +td { border: thin solid; }
    1.17 +td.noborder{border: thin none;}
    1.18 +</style>
    1.19 +</head>
    1.20 +<body>
    1.21 +
    1.22 +
    1.23 +<table style="width: 95%; height: 95%; border-collapse: collapse;">
    1.24 +<tr>
    1.25 +<td>&nbsp;</td>
    1.26 +<td>&nbsp;</td>
    1.27 +<td>&nbsp;</td>
    1.28 +</tr>
    1.29 +<tr>
    1.30 +<td>&nbsp;</td>
    1.31 +<td>&nbsp;</td>
    1.32 +<td class="noborder">&nbsp;</td>
    1.33 +</tr>
    1.34 +<tr>
    1.35 +<td>&nbsp;</td>
    1.36 +<td>&nbsp;</td>
    1.37 +<td class="noborder">&nbsp;</td>
    1.38 +</tr>
    1.39 +<tr>
    1.40 +<td>&nbsp;</td>
    1.41 +<td class="noborder">&nbsp;</td>
    1.42 +<td class="noborder">&nbsp;</td>
    1.43 +
    1.44 +</tr>
    1.45 +<tr>
    1.46 +<td>&nbsp;</td>
    1.47 +<td class="noborder">&nbsp;</td>
    1.48 +<td class="noborder">&nbsp;</td>
    1.49 +
    1.50 +</tr>
    1.51 +</table>
    1.52 +
    1.53 +
    1.54 +
    1.55 +</body>
    1.56 +</html>

mercurial