[wpt-sync] Sync PR 45690 - Fix paint server transform for SVG context paints
Categories
(Core :: SVG, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45690 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45690
Details from upstream follow.
Stefan Zager <szager@chromium.org> wrote:
Fix paint server transform for SVG context paints
Whenever a transform is applied to the painting context, the same
transform must also be applied to the reference box for context paints.Bug: chromium:331369813,chromium:331370735
Change-Id: I859ddbb201b0ff6f991909adb63424eb7145a019Reviewed-on: https://chromium-review.googlesource.com/5436597
WPT-Export-Revision: 22f99556a08d8567ccb4c3ad1790cfec5cd72145
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
FAIL: 2
Chrome
PASS: 1
FAIL: 1
Safari
PASS: 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
New Tests That Don't Pass
- /svg/painting/reftests/paint-context-007.svg [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /svg/painting/reftests/paint-context-008.svg [wpt.fyi]:
FAIL(Chrome:PASS, Safari:PASS)
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b574858cddf6
https://hg.mozilla.org/mozilla-central/rev/afc83c3a5b0e
Description
•