OSDN Git Service

Modify the Spec for the object
authordhrname <dhrname@users.sourceforge.jp>
Tue, 14 Apr 2015 14:20:47 +0000 (23:20 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Tue, 14 Apr 2015 14:20:47 +0000 (23:20 +0900)
tool/Spec/spec/SvgDomSpec.js

index 03bc2a2..d067ac3 100644 (file)
@@ -3391,6 +3391,9 @@ describe("SMIL Animation Spec", function() {
         check2("max", "0");\r
         values[0] = "12";\r
         check2("begin", "12");\r
+        values[7] = 1000 * base("$frame").fpms;\r
+        values[1] = "1";\r
+        check2("dur", "1");\r
         function check2(attrName, value) {\r
           s.setAttribute(attrName, value);\r
           expect(s.hasAttributeNS(null, attrName)).toBeTruthy();\r