mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
LibWeb: Resolve percentage line-height values before CSS inheritance
Percentage line-height values are relative to 1em (i.e the font-size of the element). We have to resolve their computed values before proceeding with inheritance.
This commit is contained in:
parent
7b55d79d3a
commit
7bb7d87807
3 changed files with 31 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x52 children: not-inline
|
||||
BlockContainer <body> at (10,10) content-size 780x34 children: not-inline
|
||||
BlockContainer <div> at (11,11) content-size 778x32 children: inline
|
||||
line 0 width: 552.109375, height: 32, bottom: 32, baseline: 27.992187
|
||||
frag 0 from TextNode start: 0, length: 25, rect: [11,11 552.109375x32]
|
||||
"The Linux Kernel Archives"
|
||||
TextNode <#text>
|
Loading…
Add table
Add a link
Reference in a new issue