Bug 207823 - [LFC][Float] Simplify BlockFormattingContext::usedAvailableWidthForFloatAvoider
Summary: [LFC][Float] Simplify BlockFormattingContext::usedAvailableWidthForFloatAvoider
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-02-15 19:31 PST by zalan
Modified: 2020-02-16 07:38 PST (History)
5 users (show)

See Also:


Attachments
Patch (9.24 KB, patch)
2020-02-15 20:21 PST, zalan
no flags Details | Formatted Diff | Diff
Patch (8.90 KB, patch)
2020-02-16 07:27 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-02-15 19:31:22 PST
The box's containing block is either not a float avoider, or formatting context root float avoider.
Comment 1 Radar WebKit Bug Importer 2020-02-15 19:32:13 PST
<rdar://problem/59490669>
Comment 2 zalan 2020-02-15 20:21:46 PST
Created attachment 390881 [details]
Patch
Comment 3 zalan 2020-02-16 07:27:22 PST
Created attachment 390887 [details]
Patch
Comment 4 zalan 2020-02-16 07:38:40 PST
Committed r256711: <https://trac.webkit.org/changeset/256711>