blob: f67f9517cd28080ae709890ba1e3d2d6bac9bc09 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=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><div>i</div></td></tr>
</table>