Bug 219329 - [LFC][IFC] Create runs for inline boxes
Summary: [LFC][IFC] Create runs for inline boxes
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: 2020-11-28 16:42 PST by zalan
Modified: 2020-11-30 21:10 PST (History)
5 users (show)

See Also:


Attachments
Patch (15.51 KB, patch)
2020-11-28 16:56 PST, zalan
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (14.22 KB, patch)
2020-11-28 20:37 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 2020-11-28 16:42:23 PST
e.g. <span></span>
Comment 1 zalan 2020-11-28 16:56:09 PST
Created attachment 414981 [details]
Patch
Comment 2 zalan 2020-11-28 20:37:59 PST
Created attachment 414985 [details]
Patch
Comment 3 EWS 2020-11-29 11:45:06 PST
Committed r270229: <https://trac.webkit.org/changeset/270229>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 414985 [details].
Comment 4 Radar WebKit Bug Importer 2020-11-29 11:46:15 PST
<rdar://problem/71787459>
Comment 5 Daniel Bates 2020-11-30 21:10:01 PST
Comment on attachment 414985 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=414985&action=review

> Source/WebCore/layout/inlineformatting/InlineLineBox.cpp:121
> +        auto inlineBoxAbsolutelogicalTop = inlineBoxLogicalRect.top();

Absolutelogical seems like it could be two words.