mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00: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.
13 lines
235 B
HTML
13 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>Don't crash!</p>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|