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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/animations/invalid-css-attribute-crash.svg
===================================================================
--- LayoutTests/svg/animations/invalid-css-attribute-crash.svg (revision 131773)
+++ LayoutTests/svg/animations/invalid-css-attribute-crash.svg (working copy)
@@ -1,7 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg">
-<!-- Test for WK94569: Passes if there is no crash in animating non-CSS animations with attributeType=CSS. -->
-<text x="5" y="20">This test passes if it does not CRASH.</text>
-<feConvolveMatrix>
-<set attributeName="result" attributeType="CSS" to="inherit"></set>
-</feConvolveMatrix>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698