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

Side by Side Diff: LayoutTests/svg/animations/invalid-css-attribute-crash.svg

Issue 11186052: Revert 131767 - Merge 130777 - Prevent animation when CSS attributeType is invalid. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 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
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <!-- Test for WK94569: Passes if there is no crash in animating non-CSS animatio ns with attributeType=CSS. -->
3 <text x="5" y="20">This test passes if it does not CRASH.</text>
4 <feConvolveMatrix>
5 <set attributeName="result" attributeType="CSS" to="inherit"></set>
6 </feConvolveMatrix>
7 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698