Closed
Bug 1800253
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 36935 - Fix parent class delegation in SVGCircleElement::SvgAttributeChanged()
Categories
(Core :: SVG, task, P4)
Core
SVG
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36935 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36935
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
Fix parent class delegation in SVGCircleElement::SvgAttributeChanged()
It should call SVGGeometryElement::SvgAttributeChanged(). This meant
changes to 'pathLength' would not have been picked up.Fixed: 1383478
Change-Id: Ib7a345932e4a0e1b0c77048f056ce2cda02dfcf7Reviewed-on: https://chromium-review.googlesource.com/4020198
WPT-Export-Revision: 7c425eeae4a30f8fd190a4ca6739e492348e0ea2
Assignee | ||
Updated•3 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → SVG
Product: Testing → Core
Assignee | ||
Updated•3 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=91c39bdc6a1d0296cfb9056c806db204735352de
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 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
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/31e8c11e3376
[wpt PR 36935] - Fix parent class delegation in SVGCircleElement::SvgAttributeChanged(), a=testonly
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•