[webkit-changes] [WebKit/WebKit] 8ded59: Match SVGFEDropShadowElement and SVGFEGaussianBlur...
Said Abou-Hallawa
noreply at github.com
Wed Feb 1 00:55:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8ded595d93ee13a06fba590b472274d547483c56
https://github.com/WebKit/WebKit/commit/8ded595d93ee13a06fba590b472274d547483c56
Author: Said Abou-Hallawa <said at apple.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/css/filter-effects/idlharness.any-expected.txt
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.txt
M LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop.html
M LayoutTests/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.txt
M LayoutTests/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call.html
M Source/WebCore/svg/SVGFEDropShadowElement.idl
M Source/WebCore/svg/SVGFEGaussianBlurElement.idl
Log Message:
-----------
Match SVGFEDropShadowElement and SVGFEGaussianBlurElement.setStdDeviation() with the specs
https://bugs.webkit.org/show_bug.cgi?id=251182
rdar://104671451
Reviewed by Ryosuke Niwa.
The specs state that the inputs of this method are two non optional finite float
arguments.
https://drafts.fxtf.org/filter-effects/#InterfaceSVGFEGaussianBlurElement
https://drafts.fxtf.org/filter-effects/#InterfaceSVGFEDropShadowElement
* LayoutTests/imported/w3c/web-platform-tests/css/filter-effects/idlharness.any-expected.txt:
* LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.txt:
* LayoutTests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop.html:
* LayoutTests/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.txt:
* LayoutTests/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call.html:
* Source/WebCore/svg/SVGFEDropShadowElement.idl:
* Source/WebCore/svg/SVGFEGaussianBlurElement.idl:
Canonical link: https://commits.webkit.org/259666@main
More information about the webkit-changes
mailing list