OSDN Git Service

Modify the Spec for the object
authordhrname <dhrname@users.sourceforge.jp>
Sun, 12 Apr 2015 13:12:32 +0000 (22:12 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Sun, 12 Apr 2015 13:12:32 +0000 (22:12 +0900)
tool/Spec/spec/SvgDomSpec.js

index beaef00..bfd7bfb 100644 (file)
@@ -2138,7 +2138,6 @@ describe("SMIL Animation Spec", function() {
     } );\r
     /*無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/\r
     it("should be this for the value (the invalid partion)", function() {\r
-\r
     } );\r
     \r
     describe("A trim method in $begin object", function() {\r
@@ -2461,7 +2460,7 @@ describe("SMIL Animation Spec", function() {
     } );\r
   } );\r
   describe("A $end object", function() {\r
-    var end = base("$frame").$begin.$end;\r
+    var end = base("$frame").$begin.$end.up();\r
      beforeEach( function() {\r
       end.string = "";\r
     } );\r
@@ -3318,7 +3317,6 @@ describe("SMIL Animation Spec", function() {
         base("$frame").timelines.length = 0;\r
         base("$frame").startTime = Date.now();\r
         s = document.createElement("animate");\r
-        base("$frame").$begin.$activate.dur = "indefinite";\r
       } );\r
       /*境界条件を調べておく (limit value analysis)*/\r
       it("should be this for the value  (limit value analysis)", function() {\r