blob: 266d114937248ddab0b9d8a74a3a7ef5962ec258 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
border: 10px solid green;
}
th {
width: 20px;
height: 20px;
}
thead {
border: 50px solid red;
}
</style>
<table>
<thead>
<tr><th></th><th></th></tr>
<tr><th></th><th></th></tr>
</thead>
</table>