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

Unified Diff: LayoutTests/svg/animations/attributeNameAndAttributeTypeMismatch-expected.html

Issue 21095003: Early return if animations should not apply in resetAnimatedType() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/attributeNameAndAttributeTypeMismatch-expected.html
diff --git a/LayoutTests/svg/animations/attributeNameAndAttributeTypeMismatch-expected.html b/LayoutTests/svg/animations/attributeNameAndAttributeTypeMismatch-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c572db29fcbb3e5ae092d948b7ce3e738754ce35
--- /dev/null
+++ b/LayoutTests/svg/animations/attributeNameAndAttributeTypeMismatch-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML>
+<html>
+<body>
+<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
+ <text x="10" y="20">Test passes if it does not crash.</text>
+</svg>
+</body>
+</html>
« no previous file with comments | « LayoutTests/svg/animations/attributeNameAndAttributeTypeMismatch.html ('k') | Source/core/svg/SVGAnimateElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698