haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-simple-tall-cell-cont...

19 lines
371 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
font-size: 40px;
font-family: Ahem;
color: white;
}
td {
width: 100px;
height: 10px;
border: 1px solid green;
}
</style>
<table>
<tr><td>#</td><td>#</td></tr>
<tr><td>#</td><td>#</td></tr>
</table>