mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibWeb: Support cellpadding
attribute on table
elements
This commit is contained in:
parent
3d1fbcb26b
commit
00c1da8cbc
Notes:
sideshowbarker
2024-07-16 21:51:02 +09:00
Author: https://github.com/implicitfield
Commit: 00c1da8cbc
Pull-request: https://github.com/SerenityOS/serenity/pull/22000
Reviewed-by: https://github.com/kalenikaliaksandr ✅
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