Bug 282253
Summary: | REGRESSION(284311@main): SVGPathElement::getTotalLength() should not throw exception if the path is empty | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | SVG | Assignee: | Ahmad Saleem <ahmad.saleem792> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=280350 |
Ahmad Saleem
rdar://138845454
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
1. Load https://pudding.cool/2024/10/abortion-mazes/
2. Scroll down to the bottom “Pick a story” section
3. Click on one of the choices (e.g. Billie, CA)
4. Click on the Start Maze button
Result: Nothing happens. The WebInspector shows this message in the console tab
Unhandled Promise Rejection: InvalidStateError: The element's path is empty.
Ahmad Saleem
Pull request: https://github.com/WebKit/WebKit/pull/35873