mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibWeb: Support cellpadding
attribute on table
elements
This commit is contained in:
parent
3d1fbcb26b
commit
00c1da8cbc
5 changed files with 75 additions and 0 deletions
6
Tests/LibWeb/Layout/input/table/table-cellpadding.html
Normal file
6
Tests/LibWeb/Layout/input/table/table-cellpadding.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!doctype html><style>
|
||||
table {
|
||||
height: 200px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style><table cellpadding="60"><td valign=top>top</td><td valign=middle>middle</td><td valign=bottom>bottom</td>
|
Loading…
Add table
Add a link
Reference in a new issue