summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/378933-1.html
blob: 33702a1bc5968404f89a092a9703127ba5006c72 (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
39
40
41
42
43
44
45
46
<!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%; }
td { border: thin solid; }


</style>
</head>
<body>


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



</body>
</html>