Bug 304402
| Summary: | [GLIB] REGRESSION(303045@main) fast/repaint/translate-animation-repaint.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Claudio Saavedra <csaavedra> |
| Component: | WebKitGTK | Assignee: | Claudio Saavedra <csaavedra> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, graouts, zimmermann |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Claudio Saavedra
This test started failing with
commit 9db2da0e4d0a921511e1c740351e3bba0f400e7a
Author: Antoine Quint <graouts@webkit.org>
Date: Fri Nov 14 10:56:55 2025 -0800
Overlap computations are broken with rotate, translate, scale properties
https://bugs.webkit.org/show_bug.cgi?id=236019
Reviewed by Simon Fraser.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Claudio Saavedra
Pull request: https://github.com/WebKit/WebKit/pull/55623
EWS
Test gardening commit 304675@main (4fbda8f09f88): <https://commits.webkit.org/304675@main>
Reviewed commits have been landed. Closing PR #55623 and removing active labels.
Nikolas Zimmermann
Likely `bool GraphicsLayerTextureMapper::addAnimation(const KeyframeValueList& valueList, const GraphicsLayerAnimation* anim, const String& keyframesName, double timeOffset)` needs to be adapted, to be more like GraphicsLayerCA -- I guess it's related to keyframe construction, and what we end up passing to TextureMapperAnimation, but just a quick guess.