blob: 0c6661acc26902b3285c2f1fdaf3f97c0218e1a5 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
table {
width: 150px;
font-size: 20px;
background-color: green;
color: blue;
}
td {
background-color: blue;
}
</style>
<table>
<tr><td><span><div>i</div></span></td><td>i</td></tr>
</table>