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