Bug 299650
| Summary: | An element with a background image does not always count as contentful to paint-timing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Layout and Rendering | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| 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 | ||
Simon Fraser (smfr)
`RenderBox::imageChanged()` has an early return for `!isComposited()` before it calls `incrementVisuallyNonEmptyPixelCountIfNeeded()`, which is wrong.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/161456094>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/51428
EWS
Committed 300667@main (55423322fb83): <https://commits.webkit.org/300667@main>
Reviewed commits have been landed. Closing PR #51428 and removing active labels.