Bug 225166

Summary: [LFC][IFC] Incorrect middle alignment for inline boxes when line-height is present
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description zalan 2021-04-28 15:11:59 PDT
<style>
div {
  line-height: 30; 
}
span {
  vertical-align: middle;
}
</style>
<div style="background-color: green;">should<span>middle align</span></div>
Comment 1 zalan 2021-04-28 15:12:15 PDT
<rdar://77272112>
Comment 2 zalan 2021-04-28 16:46:24 PDT
Created attachment 427307 [details]
Patch
Comment 3 EWS 2021-04-29 06:22:20 PDT
Committed r276767 (237154@main): <https://commits.webkit.org/237154@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 427307 [details].