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

Unified Diff: LayoutTests/svg/animations/animate-no-matching-end-value.html

Issue 22604002: [SVG] Interval should not be created if a value in begin-value-list doesn't have a matching value i… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaselined Created 7 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-no-matching-end-value-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/animations/animate-no-matching-end-value.html
diff --git a/LayoutTests/svg/animations/animate-no-matching-end-value.html b/LayoutTests/svg/animations/animate-no-matching-end-value.html
new file mode 100755
index 0000000000000000000000000000000000000000..391a8e50b92332ce492956460f928d3630aa1233
--- /dev/null
+++ b/LayoutTests/svg/animations/animate-no-matching-end-value.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<head>
+<script src="../../fast/js/resources/js-test-pre.js"></script>
+<script src="../dynamic-updates/resources/SVGTestCase.js"></script>
+<script src="resources/SVGAnimationTestCase.js"></script>
+</head>
+<body onload="runSMILTest()">
+<h1>SVG 1.1 dynamic animation tests</h1>
+<p id="description"></p>
+<div id="console"></div>
+<script src="script-tests/animate-no-matching-end-value.js"></script>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-no-matching-end-value-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698