OSDN Git Service

Add a setValues method to the object
authordhrname <dhrname@users.sourceforge.jp>
Wed, 15 Apr 2015 13:18:34 +0000 (22:18 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Wed, 15 Apr 2015 13:18:34 +0000 (22:18 +0900)
tool/Spec/spec/SvgDomSpec.js

index cc504c4..727029b 100644 (file)
@@ -3432,10 +3432,13 @@ describe("SMIL Animation Spec", function() {
         expect(timelines.length).toEqual(0);\r
       } );\r
     } );\r
-    describe("A getAttr method", function() {\r
-      var attr;\r
+    describe("A setValues method", function() {\r
+      var attr, s;\r
       beforeEach( function() {\r
         attr = base("$calcMode").$attribute.up("width");\r
+        base("$frame").timelines.length = 0;\r
+        base("$frame").startTime = Date.now();\r
+        s = document.createElement("animate");\r
       } );\r
       /*境界条件を調べておく (limit value analysis)*/\r
       it("should be this for the value  (limit value analysis)", function() {\r