Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
propertyRegistry() was not overridden for SVGFEFloodElement and SVGFE…
…MergeElement https://bugs.webkit.org/show_bug.cgi?id=197303 Patch by Said Abou-Hallawa <sabouhallawa@apple.com> on 2019-04-26 Reviewed by Alex Christensen. Source/WebCore: Therefore SVGElement::propertyRegistry() was called instead. This means these two elements will not have access to the properties of the base class SVGFilterPrimitiveStandardAttributes. Tests: svg/dom/SVGFEFloodElement-filter-standard-attributes.svg * svg/SVGElement.cpp: (WebCore::SVGElement::commitPropertyChange): * svg/SVGFEFloodElement.h: * svg/SVGFEMergeElement.h: LayoutTests: * svg/dom/SVGFEFloodElement-filter-standard-attributes-expected.svg: Added. * svg/dom/SVGFEFloodElement-filter-standard-attributes.svg: Added. Canonical link: https://commits.webkit.org/211525@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@244690 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
2db1214
commit 841df53238d8a57f09f52986f47547825bda6565
Showing
7 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters