OSDN Git Service

Edit the Spec
authordhrname <dhrname@users.sourceforge.jp>
Thu, 13 Oct 2016 13:02:41 +0000 (22:02 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Thu, 13 Oct 2016 13:02:41 +0000 (22:02 +0900)
tool/Spec/spec/SvgDomSpec.js

index 43f30ed..83d5318 100644 (file)
@@ -445,6 +445,11 @@ describe("SMIL Animation Spec", function() {
         frame.setFrame(6);\r
         expect(frame.state).toBe(frame.POSTWAITING);\r
         expect(frame.currentFrame).toBe(6);\r
+        \r
+        /*負荷テスト*/\r
+        for (var i=0;i<10000;++i) {\r
+          frame.setFrame(i);\r
+        }\r
       } );\r
     } );\r
   } );\r