Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: LayoutTests/svg/dom/resources/svg-with-animate-use.svg

Issue 298873003: SVG: SVGAnimateElement should not cache |m_animatedElements| (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove more asserts Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <defs id="defs">
3 <g id="template">
4 <rect x="10" y="10" width="10" height="10" fill="red">
5 <animate attributeName="x" attributeType="XML" begin="0s" dur="10s" fill ="freeze" from="0" to="100" />
6 </rect>
7 </g>
8 </defs>
9 <use xlink:href="#template" />
10 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/remove-use-target-element-indirectly-expected.txt ('k') | Source/core/svg/SVGAnimateElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698