haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-basic-row-baseline-al...

11 lines
318 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
font-size: 10px;
}
</style>
<table>
<tr><td>#<img height=50px width=40px src="foo"></td><td>#</td></tr>
<tr><td colspan=2 style="padding: 5px">###</td></tr>
</table>