mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +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
|
@ -44,7 +44,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 (65.5625,69.46875) content-size 34.265625x37.46875 table-row children: not-inline
|
||||
Box <tr> at (65.5625,71.46875) content-size 34.265625x37.46875 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (75.5625,81.46875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
|
@ -64,7 +64,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 (15,69.46875) content-size 99.828125x54.46875 table-row children: not-inline
|
||||
Box <tr> at (15,71.46875) content-size 99.828125x54.46875 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (25,89.96875) content-size 11.5625x17.46875 table-cell [BFC] children: inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue