haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-simple-border-collaps...

16 lines
353 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
border-collapse: collapse;
border: 20px solid green;
}
td {
width: 10px;
height: 10px;
border: 10px solid green;
padding: 0px;
}
</style>
<table><tr><td></td></tr></tbody></table>