Files
servo/components
Shubham Gupta dbc8a7f9da layout: Do not consider iframe fragments at contentful for paint timing (#42498)
This aligns `first-contentful-paint` about `iframe` according to
[specs](https://www.w3.org/TR/paint-timing/#mark-paint-timing), Step:
10.2.1.
 
> NOTE: A parent frame should not be aware of the paint events from its
child iframes, and vice versa. This means that a frame that contains
just iframes will have [first
paint](https://www.w3.org/TR/paint-timing/#first-paint) (due to the
enclosing boxes of the iframes) but no [first contentful
paint](https://www.w3.org/TR/paint-timing/#first-contentful-paint).

Testing: Update WPT tests expectations.

---------

Signed-off-by: Shubham Gupta <shubham.gupta@chromium.org>
2026-02-11 09:43:02 +00:00
..
2025-09-20 03:09:37 +00:00