mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
LibWeb: Distribute excess width to columns as in specification
This commit is contained in:
parent
eb20eeb54c
commit
6dfa1c2548
4 changed files with 244 additions and 80 deletions
|
@ -0,0 +1,7 @@
|
|||
<table style="border:1px solid">
|
||||
<tr>
|
||||
<td style="border:1px solid; width: 20%">A</td>
|
||||
<td style="border:1px solid; width: 40%">B</td>
|
||||
<td style="border:1px solid; width: 20%">C</td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue