DescriptionSVGSMILElement should respect SVGTests results
SVGAnimationElement derives SVGTests, but it never checked for its results.
This patch modifies |SVGSMILElement::progress| so it will query |SVGElement::isValid()| before applying animation.
BUG=397991
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179122
Patch Set 1 #Patch Set 2 : impl #
Total comments: 4
Patch Set 3 : use m_animationValid flag instead #
Total comments: 1
Patch Set 4 : private #
Messages
Total messages: 10 (0 generated)
|