Bug 265019
Summary: | Sync 'SVGFESpecularLightingElement' with WebIDL Specification | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ahmad Saleem
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118768259>
EWS
Committed 271329@main (1531d41a4ef6): <https://commits.webkit.org/271329@main>
Reviewed commits have been landed. Closing PR #21083 and removing active labels.