blob: a759f5f40af94509fdc56fb25432948adcce08c8 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true 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>