[wpt-sync] Sync PR 46748 - Ensure SVG container bounds change when a child is removed
Categories
(Core :: SVG, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46748 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46748
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
Ensure SVG container bounds change when a child is removed
When the above happened and no other child changed in a way that caused
the bounds to change, the bounds of the container wouldn't be updated.Mark the SVGContentContainer as needing a bounds update when a child is
removed to ensure that the bounds update is performed.Fixed: 346830796
Change-Id: Ifbc6d270ca9a9fe298bc600b99922122007d526a
Reviewed-on: https://chromium-review.googlesource.com/5625939
WPT-Export-Revision: 90aca638e3f225629882896a529b68bc79a686e1
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
PASS
: 1
Links
Details
New Tests That Don't Pass
- /svg/types/scripted/SVGGraphicsElement.getBBox-04.html [wpt.fyi]
- SVGGraphicsElement.prototype.getBBox for containers that have children added/removed:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- SVGGraphicsElement.prototype.getBBox for containers that have children added/removed:
Comment 4•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a3286dcf44df
https://hg.mozilla.org/mozilla-central/rev/52de7b9eebfd
Description
•