mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +00:00
LibWeb: Add vertical border heights to tr
tr y offset is not being computed correctly. This is causing errors in hit testing since td and tr are misaligned.
This commit is contained in:
parent
5775993a2a
commit
bf16618fba
15 changed files with 34 additions and 37 deletions
|
@ -24,7 +24,7 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,17.734375) content-size 43.21875x7.734375 table-row children: not-inline
|
||||
Box <tr> at (10,19.734375) content-size 43.21875x7.734375 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,23.601562) content-size 0x0 table-cell [BFC] children: not-inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue