blob: e86c9227e956d3610c4e710c39c52d601d576c63 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
font-size: 10px;
font-family: ahem;
border-spacing: 100px;
padding: 30px;
border: 10px solid green;
color: white;
}
td {
outline: 1px solid red;
}
</style>
<table>
<tr><td rowspan=2>iiiiiiii</td><td style="">iiiiiiii</td></tr>
<tr><td style="">iiiiiiii</td></tr>
</table>