mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
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.
14 lines
235 B
HTML
14 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>Don't crash!</p>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|