mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
This PR checks if `ImageKey` is available, then it marks it as `Contentful`. For Videos, if valid `poster` or `first frame`, it will be stored in `ImageKey`. Hence, appropriate way to mark `Contentful`. Testing: - `/paint-timing/fcp-only/fcp-video-poster.html` - `/paint-timing/fcp-only/fcp-video-frame.html` Fixes #42359 Fixes #42360 Signed-off-by: Shubham Gupta <shubham13297@gmail.com>