Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<meta name="assert" content="The table's main-axis (block-size) size is flex to consume the available space.">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="display: flex; flex-direction: column; width: 100px; height: 100px; background: red;">
<table style="border-spacing: 0; flex-grow: 1;">
<caption style="height: 10px; background: green;"></caption>
<caption style="height: 20px; background: green; caption-side: bottom;"></caption>
<td style="background: green;"></td>
</table>
</div>