From 833e49e174f9b282befaa6d94c095d54022d6af7 Mon Sep 17 00:00:00 2001 From: dhrname Date: Thu, 1 Oct 2015 22:47:51 +0900 Subject: [PATCH] Modify the Spec --- tool/Spec/spec/SvgDomSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/Spec/spec/SvgDomSpec.js b/tool/Spec/spec/SvgDomSpec.js index e31c37b..6e7f226 100644 --- a/tool/Spec/spec/SvgDomSpec.js +++ b/tool/Spec/spec/SvgDomSpec.js @@ -4243,7 +4243,7 @@ describe("SMIL Animation Spec", function() { evt = ele.ownerDocument.createEvent("MouseEvents"); evt.initMouseEvent("mousedown",true, true, window, 0, 0, 0, 0, 0, false, false, false, false,0, p); p.addEventListener("mousedown", function(evt) { - frame.setFrame(frame.currentFrame); + frame.setFrame(24); expect(evt.target.getAttributeNS(null, "fill") || null).toBe("rgb(0, 0, 0)"); }, false ); frame.setFrame(0); -- 2.11.0