[wpt-sync] Sync PR 51653 - [CompositeClipPathAnimation] Fix crash with non-shape clip path delays
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51653 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51653
Details from upstream follow.
Claire Chambers <clchambers@microsoft.com> wrote:
[CompositeClipPathAnimation] Fix crash with non-shape clip path delays
This CL fixes a crash that would occur with clip-path animations started
on elements that already had a clip path of type geometry box, or of
reference. This change forces a fallback in the latter case, and ensures
proper calculation of the clip path in the former case.Two tests are added to guard against regression.
Change-Id: I8e3fbcad6f9a566ab0d394b972d51dda680b09cc
Reviewed-on: https://chromium-review.googlesource.com/6385543
WPT-Export-Revision: 08de5b4875043a7226c6077f5a35e5d703b66cbf
Assignee | ||
Updated•26 days ago
|
Assignee | ||
Comment 1•25 days ago
|
||
Assignee | ||
Comment 2•25 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
PASS
: 2
Chrome
CRASH
: 2
Safari
PASS
: 2
Links
Comment 4•23 days ago
|
||
bugherder |
Description
•