mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:47:44 +00:00
LibWeb: Adjust specified table height
Subtract borders and padding from specified height before comparing to the used content height.
This commit is contained in:
parent
77f1e91e9d
commit
3a0f7e8eb8
2 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x122 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 24x122 [BFC] children: not-inline
|
||||
Box <table> at (19,19) content-size 2x100 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x100 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 24x100 [BFC] children: not-inline
|
||||
Box <table> at (19,19) content-size 2x78 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (19,19) content-size 0x0 table-row-group children: not-inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue