Bug 249741
| Summary: | Restrict floats over svgElement.setCurrentTime to finite values | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | karlcow, sabouhallawa, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=127174 | ||
Ahmad Saleem
Hi Team,
While going through Blink's commit, I came across another failing test in Safari 16.2:
Test Case - https://jsfiddle.net/skf7xa53/show
Only need to focus only on setCurrentTime because this is only failing in WebKit while both Chrome Canary 111 and Firefox Nightly 110 is passing it.
Blink Commit - https://chromium.googlesource.com/chromium/blink/+/b4e294d0dec2aeffa4d401e19916e753a7d74a75
WebKit Source - https://github.com/WebKit/WebKit/blob/28c5d0e82b0f2b000aa18734a3f2345ed9cfd86e/Source/WebCore/svg/SVGSVGElement.cpp#L126
Just wanted to raise so we can fix it.
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
IDL - https://github.com/WebKit/WebKit/blob/28c5d0e82b0f2b000aa18734a3f2345ed9cfd86e/Source/WebCore/svg/SVGSVGElement.idl#L63
EWS
Committed 258322@main (e938348a700c): <https://commits.webkit.org/258322@main>
Reviewed commits have been landed. Closing PR #8054 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/103686250>