Bug 264543 - Throw exception if querying SVGAnimationElement with unresolved interval
Summary: Throw exception if querying SVGAnimationElement with unresolved interval
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2023-11-09 18:10 PST by Ahmad Saleem
Modified: 2023-11-10 02:27 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2023-11-09 18:10:31 PST
Hi Team,

While trying to look for WPT failures, I noticed three failures:

WPT: https://wpt.fyi/results/svg/animations/scripted?label=master&label=experimental&aligned=&q=svganimationelement

> SVGAnimationElement-exceptions.html
> SVGAnimationElement-getStartTime.html

^ Only Safari / WebKit fails them. So I will add 'BrowserCompat' tag along with 'WPTImpact' tag.

Blink Commit (to merge): https://src.chromium.org/viewvc/blink?view=revision&revision=194141

Web-Spec: https://svgwg.org/specs/animations/#InterfaceSVGAnimationElement

In 'Operations:' section.

___

Just wanted to raise so we can fix it. I am doing local testing to see if I can fix it or not.

Thanks!
Comment 1 Ahmad Saleem 2023-11-09 19:06:20 PST
PR - https://github.com/WebKit/WebKit/pull/20280 (not merging Blink commit since I was able to do it but used it as reference only).

Exception changes are easy. :-)
Comment 2 EWS 2023-11-10 02:26:39 PST
Committed 270519@main (73237f2bdac8): <https://commits.webkit.org/270519@main>

Reviewed commits have been landed. Closing PR #20280 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-11-10 02:27:16 PST
<rdar://problem/118227343>