[wpt-sync] Sync PR 28584 - [composite-bgcolor-animation] Handle non-replace keyframes
Categories
(Core :: Layout: Images, Video, and HTML Frames, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28584 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28584
Details from upstream follow.
b'Xida Chen <xidachen@chromium.org>' wrote:
[composite-bgcolor-animation] Handle non-replace keyframes
Currently we check whether the animation's composite mode is replace
nor not, if not, we fallback to run the animation on the main thread.But we should actually check whether there is any keyframe that
is non-replace. This CL fixes that.Bug: 1200450
Change-Id: Ic58f37bb4e94f1ca06cc4ff2a86f8a73f394d06b
Reviewed-on: https://chromium-review.googlesource.com/2836907
WPT-Export-Revision: 213cfa54fee67fdc71b35499ecb2cf399d1a2cc0
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
FAIL: 1
Links
Comment 5•4 years ago
|
||
bugherder |
Description
•