summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/378937-1.html
blob: 77ef3e9b139ed36b31a14d5e86e55e360c4ee85a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Testcase, border-collapse invalidation/repaint bug</title>
<link rel="copyright" href="http://www.gnu.org/copyleft/fdl.html">
<!--
Reduced from
http://en.wikipedia.org/wiki/French_presidential_election%2C_2007
-->
<style type="text/css">

html, body { height: 100%; }
col { border: thin solid; }

</style>
</head>
<body>

<table style="width: 50%; height: 50%; border-collapse: collapse;">
<col></col>
<col></col>
<col></col>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

</body>
</html>