RESOLVED FIXED 265019
Sync 'SVGFESpecularLightingElement' with WebIDL Specification
https://bugs.webkit.org/show_bug.cgi?id=265019
Summary Sync 'SVGFESpecularLightingElement' with WebIDL Specification
Ahmad Saleem
Reported 2023-11-17 03:29:00 PST
Hi Team, While looking into browser specific failures on WPT, I noticed that we fail two test cases in 'idlharness' here: WPT Test Case: https://wpt.fyi/results/css/filter-effects/idlharness.any.html?label=master&label=experimental&aligned=&q=safari%3Afail+idlharness > SVGFESpecularLightingElement interface: attribute kernelUnitLengthX > SVGFESpecularLightingElement interface: attribute kernelUnitLengthY Only Safari / WebKit fail following tests and as per web-specification: https://drafts.fxtf.org/filter-effects/#InterfaceSVGFESpecularLightingElement We need to add following in IDL file: readonly attribute SVGAnimatedNumber kernelUnitLengthX; readonly attribute SVGAnimatedNumber kernelUnitLengthY; In local testing, adding this leads to progress above two test. Just raising, so we can fix them. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-24 03:29:12 PST
EWS
Comment 2 2023-11-29 23:53:51 PST
Committed 271329@main (1531d41a4ef6): <https://commits.webkit.org/271329@main> Reviewed commits have been landed. Closing PR #21083 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.