[wpt-sync] Sync PR 52370 - Fix incorrect cache key for draw transforms
Categories
(Core :: Web Painting, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 52370 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52370
Details from upstream follow.
Chris Harrelson <chrishtr@chromium.org> wrote:
Fix incorrect cache key for draw transforms
In the presence of surface_contents_scale which may vary by effect
node (even under the same transform space--different layers can
have different content scales), it's not sufficient to check that
the target transform id is the same when computing draw transforms.
Instead check the effect node.Bug: 414940070
Change-Id: I20ebdbe46ebd0a87acc88ca0643618c7abb049f5
Reviewed-on: https://chromium-review.googlesource.com/6514595
WPT-Export-Revision: 9414422e76e3d8f8c8b686499fc0df440051c9f8
Assignee | ||
Updated•16 days ago
|
Assignee | ||
Comment 1•16 days ago
|
||
Assignee | ||
Comment 2•16 days ago
|
||
CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
FAIL
: 1
Safari
PASS
: 1
Description
•