haikuwebkit/LayoutTests/tables/mozilla/bugs/bug17548.html

24 lines
462 B
HTML

<html>
<head>
<title>Testcase for bug 17548</title>
</head>
<body BGCOLOR="#FFFFFF">
<table border="1" width="100%">
<tr>
<td rowspan="2"><img src="../images/logo2.gif" WIDTH="194" HEIGHT="45"></td>
<td width="80%"></td>
</tr>
<tr>
<td width="80%">
Information <img src="../images/dot.gif" WIDTH="4" HEIGHT="7">
Student Life</td>
</tr>
<tr>
<td width="100%" colspan="2"><hr size=1></td>
</tr>
</table>
</body>
</html>