blob: 26815a3dd19dd9775368f185f616a5687a03dda5 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
font-size: 10px;
border-spacing: 0px;
padding: 30px;
border: 10px solid green;
}
td {
border: 10px solid red;
}
</style>
<table>
<tr><td style="height: 200px; width: 40px"></td><td style="height: 200px; width: 40px"></td></tr>
<tr><td style="height: 200px; width: 40px"></td><td style="height: 200px; width: 40px"></td></tr>
</table>