From: dhrname Date: Sun, 12 Apr 2015 13:12:32 +0000 (+0900) Subject: Modify the Spec for the object X-Git-Tag: version22~229 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a76eb2162cfe7330749b75d405fd2356dc9c4785;p=sie%2Fsie.git Modify the Spec for the object --- diff --git a/tool/Spec/spec/SvgDomSpec.js b/tool/Spec/spec/SvgDomSpec.js index beaef00..bfd7bfb 100644 --- a/tool/Spec/spec/SvgDomSpec.js +++ b/tool/Spec/spec/SvgDomSpec.js @@ -2138,7 +2138,6 @@ describe("SMIL Animation Spec", function() { } ); /*無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/ it("should be this for the value (the invalid partion)", function() { - } ); describe("A trim method in $begin object", function() { @@ -2461,7 +2460,7 @@ describe("SMIL Animation Spec", function() { } ); } ); describe("A $end object", function() { - var end = base("$frame").$begin.$end; + var end = base("$frame").$begin.$end.up(); beforeEach( function() { end.string = ""; } ); @@ -3318,7 +3317,6 @@ describe("SMIL Animation Spec", function() { base("$frame").timelines.length = 0; base("$frame").startTime = Date.now(); s = document.createElement("animate"); - base("$frame").$begin.$activate.dur = "indefinite"; } ); /*境界条件を調べておく (limit value analysis)*/ it("should be this for the value (limit value analysis)", function() {