[wpt-sync] Sync PR 22262 - Add WPT tests for paint-timing, when FCP only is available, covering …
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22262 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22262
Details from upstream follow.
Noam Rosenthal <noam@webkit.org> wrote:
Add WPT tests for paint-timing, when FCP only is available, covering …
…different cases of 'contentful'
Based on https://github.com/w3c/paint-timing/pull/66
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 74 tests
Status Summary
Firefox
OK : 28
PASS : 46
FAIL : 4
PRECONDITION_FAILED: 24
Chrome
OK : 28
PASS : 21
FAIL : 7
Safari
OK : 28
FAIL : 4
PRECONDITION_FAILED: 24
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/paint-timing/fcp-only/fcp-whitespace.html
Whitespace should not count as contentful.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-out-of-bounds.html
First contentful paint fires due to intersection with document.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-canvas-context.html
Canvas should count as contentful when context is created: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-overflow.html
First contentful paint fires even when element is hidden due to overflow.: PRECONDITION_FAILED (Chrome: FAIL, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-pseudo-element-text.html
First contentful paint fires due to pseudo-element text.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-pseudo-element-opacity.html
First contentful paint fires due to pseudo-element getting positive opacity.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-out-of-bounds-translate.html
First contentful paint fires due to transform-based intersection with document.: PRECONDITION_FAILED (Chrome: FAIL, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-gradient.html
Gradients should not count as contentful: PRECONDITION_FAILED (Chrome: FAIL, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-pseudo-element-visibility.html
First contentful paint fires due to pseudo-element becoming visible.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-invisible-scale.html
First contentful paint fires due to scale becoming positive.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-invisible-text.html
First contentful paint fires due to pseudo-element becoming visible.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/border-image.html
Border image triggers First Contentful Paint.: FAIL (Chrome: PASS, Safari: FAIL)
/paint-timing/fcp-only/fcp-video-poster.html
Video should become contentful when poster is loaded: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-opacity.html
First contentful paint fires due to opacity-revealed element.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-invisible-scale-transition.html
First contentful paint fires when revealed during transition.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-invisible-3d-rotate.html
First contentful paint fires due to 3d rotation into view.: PRECONDITION_FAILED (Chrome: FAIL, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-svg.html
First contentful paint fires when SVG becomes contentful.: PRECONDITION_FAILED (Chrome: FAIL, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-bg-image-two-steps.html
First contentful paint fires for background image only when visible.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/input-text.html
Text from a form control triggers First Contentful Paint.: FAIL (Chrome: PASS, Safari: FAIL)
/paint-timing/fcp-only/fcp-bg-image-set.html
First contentful paint fires due to background image in image-set.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-background-size.html
First contentful paint fires due to background size.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-video-frame.html
Video should become contentful when first frame is loaded: PRECONDITION_FAILED (Chrome: FAIL, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-invisible-3d-rotate-descendant.html
First contentful paint fires due to its ancestor getting rotating into view.: PRECONDITION_FAILED (Chrome: FAIL, Safari: PRECONDITION_FAILED)
/paint-timing/replaced-content-image.html
Replaced content image triggers First Contentful Paint.: FAIL (Chrome: PASS, Safari: FAIL)
/paint-timing/fcp-only/fcp-pseudo-element-image.html
First contentful paint fires due to pseudo-element image.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/fcp-only/fcp-opacity-descendant.html
First contentful paint fires due to its ancestor getting positive opacity.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
/paint-timing/mask-image.html
Mask image triggers First Contentful Paint.: FAIL (Chrome: PASS, Safari: FAIL)
/paint-timing/fcp-only/fcp-pseudo-element-display.html
First contentful paint fires due to pseudo-element text.: PRECONDITION_FAILED (Chrome: PASS, Safari: PRECONDITION_FAILED)
Comment 4•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/98825240b85e
https://hg.mozilla.org/mozilla-central/rev/5b24237cbc00
Description
•