Changeset 249730 in webkit


Ignore:
Timestamp:
Sep 10, 2019 12:57:21 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

SMIL animations of SVG <view> element have no effect
https://bugs.webkit.org/show_bug.cgi?id=201536

Patch by Nikolas Zimmermann <zimmermann@kde.org> on 2019-09-10
Reviewed by Rob Buis.

Added a new layout test to verify that navigating to different anchors within the same
external SVG does not cause reloads. Instead scrollToAnchor() is used which causes an
in-place navigation in the same document. The new test verifies that the SVGSVGElement
is preserved when navigating between anchors, which indicates that no new document was
created. Verify that the SVGViewSpec API works as intended, across navigations.

  • svg/dom/SVGViewSpec-multiple-views-expected.txt: Added.
  • svg/dom/SVGViewSpec-multiple-views.html: Added.
  • svg/dom/resources/multiple-view-elements.svg: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r249728 r249730  
     12019-09-10  Nikolas Zimmermann  <zimmermann@kde.org>
     2
     3        SMIL animations of SVG <view> element have no effect
     4        https://bugs.webkit.org/show_bug.cgi?id=201536
     5
     6        Reviewed by Rob Buis.
     7
     8        Added a new layout test to verify that navigating to different anchors within the same
     9        external SVG does not cause reloads. Instead scrollToAnchor() is used which causes an
     10        in-place navigation in the same document. The new test verifies that the SVGSVGElement
     11        is preserved when navigating between anchors, which indicates that no new document was
     12        created. Verify that the SVGViewSpec API works as intended, across navigations.
     13
     14        * svg/dom/SVGViewSpec-multiple-views-expected.txt: Added.
     15        * svg/dom/SVGViewSpec-multiple-views.html: Added.
     16        * svg/dom/resources/multiple-view-elements.svg: Added.
     17
    1182019-09-10  Chris Dumez  <cdumez@apple.com>
    219
Note: See TracChangeset for help on using the changeset viewer.