Bug 255118
| Summary: | Fix incorrect uses of containingBlock in ComputedStyleExtractor rendererCanHaveTrimmedMargin | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
| Component: | Layout and Rendering | Assignee: | Sammy Gill <sgill26> |
| 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 | ||
Sammy Gill
This function incorrectly uses the term "containingBlock" without first determining the formatting context it is in. It should first determine the formatting context and then use either "formattingContextRoot" or the correct name of the formatting context root (e.g. flexbox/grid)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107726833>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/13284
EWS
Committed 263616@main (69af735e2796): <https://commits.webkit.org/263616@main>
Reviewed commits have been landed. Closing PR #13284 and removing active labels.