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:
parent
468b2a5ace
commit
3d1fbcb26b
3 changed files with 42 additions and 0 deletions
11
Tests/LibWeb/Layout/input/table/tr-valign.html
Normal file
11
Tests/LibWeb/Layout/input/table/tr-valign.html
Normal 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">
|
Loading…
Add table
Add a link
Reference in a new issue