haikuwebkit/LayoutTests/fast/table/table-cell-border-no-doctyp...

28 lines
739 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
table {
border: 1px solid blue;
width: 200px;
height: 100px;
}
</style>
</head>
<body>
<table>
<tr>
<td width="50%" style=" border: 1px solid red;background-color: yellow;"><p></p></td>
<td width="50%" style=" border: 1px solid red;"></td>
</tr>
</table>
</br>
<table>
<tr>
<td width="50%" style=" border: 1px solid red;background-color: yellow;"><p></p></td>
<td width="50%" style=" border: 1px solid red;"></td>
</tr>
</table>
</body>
</html>