Bug 184454 - [LayoutReloaded] Add support for out-of-flow descendants in inline formatting context.
Summary: [LayoutReloaded] Add support for out-of-flow descendants in inline formatting...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-04-10 10:18 PDT by zalan
Modified: 2018-04-10 10:22 PDT (History)
1 user (show)

See Also:


Attachments
Patch (30.27 KB, patch)
2018-04-10 10:20 PDT, 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 2018-04-10 10:18:03 PDT
when the containing block of a out-of-flow positioned element establishes an inline formatting context
<span style="position: relative"><span style="position: absolute; top: 10px; left: 10px;">foobar</span></span>
Comment 1 zalan 2018-04-10 10:20:37 PDT
Created attachment 337617 [details]
Patch
Comment 2 zalan 2018-04-10 10:21:55 PDT
Committed r230484: <https://trac.webkit.org/changeset/230484>
Comment 3 Radar WebKit Bug Importer 2018-04-10 10:22:23 PDT
<rdar://problem/39318403>