summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/316636-1.html
blob: 1ccc0e1b882be35e8d01a304e672560461018914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html public "-//w3c//dtd html 3.2//en">

<html>

<head>
<title>(Type a title for your page here)</title>
<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">
</head>

<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">

<table border>
 <tr><td rowspan="2">foo</td><td>bar</td><td>zap</td></tr>
 <tr style="visibility:collapse"><td colspan="2">boom</td></tr>
</table>
</body>

</html>