Changeset 243780 in webkit


Ignore:
Timestamp:
Apr 2, 2019 5:26:04 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

SVG Animation (SMIL) on <text> or <tspan> doesn't work on second run
https://bugs.webkit.org/show_bug.cgi?id=150388

Patch by Said Abou-Hallawa <sabouhallawa@apple.com> on 2019-04-02
Reviewed by Simon Fraser.

The bug is fixed by removing the SVG tear off objects. See
https://bugs.webkit.org/show_bug.cgi?id=191237.

We need to add a layout test to ensure that no code change will break
this scenario in the future.

  • svg/animations/smil-multiple-animate-list-expected.svg: Added.
  • svg/animations/smil-multiple-animate-list.svg: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r243779 r243780  
     12019-04-02  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        SVG Animation (SMIL) on <text> or <tspan> doesn't work on second run
     4        https://bugs.webkit.org/show_bug.cgi?id=150388
     5
     6        Reviewed by Simon Fraser.
     7
     8        The bug is fixed by removing the SVG tear off objects. See
     9        https://bugs.webkit.org/show_bug.cgi?id=191237.
     10
     11        We need to add a layout test to ensure that no code change will break
     12        this scenario in the future.
     13
     14        * svg/animations/smil-multiple-animate-list-expected.svg: Added.
     15        * svg/animations/smil-multiple-animate-list.svg: Added.
     16
    1172019-04-02  Shawn Roberts  <sroberts@apple.com>
    218
Note: See TracChangeset for help on using the changeset viewer.