OSDN Git Service

Modify the Spec
authordhrname <dhrname@users.sourceforge.jp>
Thu, 30 Apr 2015 13:39:18 +0000 (22:39 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Thu, 30 Apr 2015 13:39:18 +0000 (22:39 +0900)
tool/Spec/spec/SvgDomSpec.js

index 93a339e..9844f42 100644 (file)
@@ -3449,7 +3449,9 @@ describe("SMIL Animation Spec", function() {
 \r
         expect(attr.setValues(["0", "1"])[0].to.string).toBe("1");\r
         expect(attr.setValues(["0", "1"])[0].to.from.string).toBe("0");\r
-        \r
+        expect(attr.setValues(["0", "1"], "0", "1", "1")[0].to.from.string).toBe("0");\r
+        expect(attr.setValues(["0", "1"], null, "1", "0")[0].to.from.string).toBe("0"); \r
+               \r
         /*from-to アニメーション*/\r
         expect(attr.setValues(null, "0", "1").to.string).toBe("1");\r
         expect(attr.setValues(null, "0", "1").to.from.string).toBe("0");\r