mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
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>