[wpt-sync] Sync PR 51062 - Full implementation of scale transform render surface trigger
Categories
(Core :: Web Painting, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51062 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51062
Details from upstream follow.
Chris Harrelson <chrishtr@chromium.org> wrote:
Full implementation of scale transform render surface trigger
The general approach is as follows:
- Look for 2D scale transforms, and allocate effect nodes for them
(if all goes well, this should have little or no effect on cc layer
count or render surfaces)- Upgrade the effect node for a 2D scale transform to a render surface
if it doesn't have a backdrop filter in a descendant effect node, and
has at least two composited layers under it.Also, in particular this approach:
- Relies on implicit compositing of scale transform due to presence of
composited descendantsBug: 40084005
Change-Id: If7fff045752f5cf1c09e574a81d181b2a8ac4959
Reviewed-on: https://chromium-review.googlesource.com/6299812
WPT-Export-Revision: d3362bf8c863e18fb6fef45fb2faaae1aa5f2191
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
PASS: 1
FAIL: 1
Chrome
PASS: 2
Safari
PASS: 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /svg/extensibility/foreignObject/foreign-object-scale-scroll.html [wpt.fyi]:
FAIL(Chrome:PASS, Safari:FAIL)
Comment 4•1 year ago
|
||
| bugherder | ||
Description
•