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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/378937-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,41 @@
     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 +col { border: thin solid; }
    1.17 +
    1.18 +</style>
    1.19 +</head>
    1.20 +<body>
    1.21 +
    1.22 +<table style="width: 50%; height: 50%; border-collapse: collapse;">
    1.23 +<col></col>
    1.24 +<col></col>
    1.25 +<col></col>
    1.26 +<tr>
    1.27 +<td>&nbsp;</td>
    1.28 +<td>&nbsp;</td>
    1.29 +<td>&nbsp;</td>
    1.30 +</tr>
    1.31 +<tr>
    1.32 +<td>&nbsp;</td>
    1.33 +<td>&nbsp;</td>
    1.34 +<td>&nbsp;</td>
    1.35 +</tr>
    1.36 +<tr>
    1.37 +<td>&nbsp;</td>
    1.38 +<td>&nbsp;</td>
    1.39 +<td>&nbsp;</td>
    1.40 +</tr>
    1.41 +</table>
    1.42 +
    1.43 +</body>
    1.44 +</html>

mercurial