blob: 632ed94e9e20aa683e88d3d6f8452201880185be [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
width: 100px;
font-size: 20px;
background-color: green;
border-spacing: 0px;
color: green;
}
td {
padding: 0px;
}
</style>
<table>
<tr>
<td><div style="width: 50px; height: 50px; background-color: blue"></div></td>
<td>XXX</td>
</tr>
</table>