Bug 221522 - [LFC][IFC] Incorrect line box height when line-height is set on an empty root inline box
Summary: [LFC][IFC] Incorrect line box height when line-height is set on an empty root...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-06 11:50 PST by zalan
Modified: 2021-02-10 14:36 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.56 KB, patch)
2021-02-06 11:54 PST, zalan
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (4.78 KB, patch)
2021-02-06 14:27 PST, zalan
no flags Details | Formatted Diff | Diff
Patch (5.67 KB, patch)
2021-02-06 19:48 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2021-02-06 11:50:05 PST
<style>
div { line-height: 100px; }
</style>
<div><span>empty root inline box</span></div>
^^this should produce a ~100px tall line box.
Comment 1 zalan 2021-02-06 11:54:30 PST
Created attachment 419513 [details]
Patch
Comment 2 zalan 2021-02-06 14:27:57 PST
Created attachment 419515 [details]
Patch
Comment 3 zalan 2021-02-06 19:48:00 PST
Created attachment 419521 [details]
Patch
Comment 4 EWS 2021-02-06 21:08:20 PST
Committed r272468: <https://commits.webkit.org/r272468>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 419521 [details].
Comment 5 Radar WebKit Bug Importer 2021-02-10 14:36:55 PST
<rdar://problem/74206819>