From d1c55ad73f1c984560ff0ae8c81c5b1d467d58e0 Mon Sep 17 00:00:00 2001 From: dhrname Date: Fri, 6 Nov 2015 22:34:10 +0900 Subject: [PATCH] Modify the Spec --- tool/Spec/spec/SvgDomSpec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tool/Spec/spec/SvgDomSpec.js b/tool/Spec/spec/SvgDomSpec.js index bdcbad0..a715943 100644 --- a/tool/Spec/spec/SvgDomSpec.js +++ b/tool/Spec/spec/SvgDomSpec.js @@ -4236,6 +4236,8 @@ describe("SMIL Animation Spec", function() { } ); /*境界条件を調べておく (limit value analysis)*/ it("should be this for the value (limit value analysis)", function() { + frame.lastTimeLine = null; + frame.first = frame.$svgEvent.first; expect(frame.lastTimeLine).toBeNull(); expect(frame.first).toBeNull(); frame.setTimeTable(); -- 2.11.0