OSDN Git Service

Modify the SPec
authordhrname <dhrname@users.sourceforge.jp>
Mon, 13 Apr 2015 14:37:52 +0000 (23:37 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Mon, 13 Apr 2015 14:37:52 +0000 (23:37 +0900)
org/w3c/dom/smil.js
tool/Spec/spec/SvgDomSpec.js

index ea03546..ae56d41 100644 (file)
@@ -723,6 +723,7 @@ base("$calcMode").up("$attribute").mix( {
       frame.listener( {\r
         timeStamp: Date.now()\r
       } );\r
+      this.frame.addLine(frame);\r
     }\r
     /*属性を取得するためのインライン関数*/\r
     function getAttr(name) {\r
index bfd7bfb..f00aeab 100644 (file)
@@ -3373,12 +3373,12 @@ describe("SMIL Animation Spec", function() {
                       null, null, null, null, \r
                       "0", "indefinite", null\r
                     ];\r
+        values[7] = "0";\r
+        check2("dur", "0");\r
         check2("begin", "0");\r
         values[0] = "1";\r
         check2("begin", "1");\r
         values[1] = "0";\r
-        values[7] = "0";\r
-        check2("dur", "0");\r
         values[2] = 0;\r
         check2("end", "0");\r
         values[3] = "0";\r