Index: LayoutTests/svg/animations/cyclic-syncbase.html |
diff --git a/LayoutTests/svg/animations/cyclic-syncbase.html b/LayoutTests/svg/animations/cyclic-syncbase.html |
new file mode 100755 |
index 0000000000000000000000000000000000000000..ef23a8f88eeac9fc81baa433ec913f7416f924c3 |
--- /dev/null |
+++ b/LayoutTests/svg/animations/cyclic-syncbase.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
+<html> |
+<head> |
+<script src="../../resources/js-test.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/cyclic-syncbase.js"></script> |
+</body> |
+</html> |
+ |