[Webkit-unassigned] [Bug 135040] inserting an SVGLength that is already in an SVGAnimatedLengthList::animVal into another list causes a crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 6 12:40:15 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=135040

Said Abou-Hallawa <sabouhallawa at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sabouhallawa at apple.com
         Resolution|---                         |DUPLICATE

--- Comment #7 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
After https://bugs.webkit.org/show_bug.cgi?id=191237 is fixed and when opening the attached test case in WebKit, I get the following output:

appending an SVG item that is in an animVal list of another element:
  - animVal list item remained the same object
  - an item was appended
  - the appended item was a copy of the animVal list item

This is complies with SVG 2 specs: https://www.w3.org/TR/SVG2/types.html#__svg__SVGNameList__appendItem. Also this is the behavior of FireFox.

*** This bug has been marked as a duplicate of bug 191237 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190506/b4fea60e/attachment-0001.html>


More information about the webkit-unassigned mailing list