blob: a976d8906f7c795fc4ab0eeaac1a61f363e0c156 [file] [log] [blame]
<!--
Test for bug69296.
Collapsed borders should not disappear.
-->
<html>
<head>
<style>
BODY {
margin: 20px;
}
TABLE {
border-collapse: collapse;
}
TD {
width: 50px;
height: 50px;
border: 1px solid #333333;
}
</style>
</head>
<body>
<table>
<tr id="row1">
<td valign="top"/>
<td/>
<td>
<div>
<div style="width: 20px; height: 20px; background: lime;"/>
</div>
</td>
</tr>
<tr id="row2">
<td/>
<td/>
<td/>
</tr>
</table>
</body>
</html>