servo/tests/ref/table_containing_block_ref.html
Patrick Walton c7e619dfe7 layout: Rewrite intrinsic inline-size and automatic table layout to
match L. David Baron's work-in-progress specification.

    http://dbaron.org/css/intrinsic/

Column spans are not yet supported.

This effectively adds support for percentage widths, and it also fixes
many bugs, improving the layout of Google and Wikipedia.
2014-10-14 14:17:57 -07:00

13 lines
235 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>Don't crash!</p>
<table>
<tbody>
<tr>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</body>
</html>