Index: LayoutTests/svg/animations/animateMotion-fill-remove.html |
diff --git a/LayoutTests/svg/animations/animateMotion-fill-remove.html b/LayoutTests/svg/animations/animateMotion-fill-remove.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..86f3ecf5cba0943d8ce8444bd3658b787ea1d444 |
--- /dev/null |
+++ b/LayoutTests/svg/animations/animateMotion-fill-remove.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/animateMotion-fill-remove.js"></script> |
+</body> |
+</html> |