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