1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

LibWeb: Support valign attribute on tr elements

This commit is contained in:
implicitfield 2023-11-19 16:20:29 +04:00 committed by Andreas Kling
parent 468b2a5ace
commit 3d1fbcb26b
3 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html><style>
table {
height: 200px;
width: 200px;
border: 1px solid black;
}
div {
width: 100px;
border: 1px solid black;
}
</style><table><tr valign="top"><td><div style="height: 500px"></div></td><td><div style="height: 100px">