/Standard/: https://w3c.github.io/paint-timing/. There are two timing
entries defined in spec (`first-paint`(optional) and
`first-contentful-paint`). We'll only be shipping `first-contentful-paint`.
/Platform coverage/: All Platforms
/Preference/: N/A
/DevTools bug/: N/A
/Other browsers/: Chrome has it shipped since version 60 (Chrome ships
both `first-paint` and `first-contentful-paint`). Safari also has it
implemented https://bugs.webkit.org/show_bug.cgi?id=78011 (`first-contentful-paint` only), however I am not sure if it's still
behind the experimental flag.