OLD | NEW |
1 <!-- | 1 <!-- |
2 /* | 2 /* |
3 * Copyright 2013 Google Inc. All Rights Reserved. | 3 * Copyright 2013 Google Inc. All Rights Reserved. |
4 * | 4 * |
5 * Licensed under the Apache License, Version 2.0 (the "License"); | 5 * Licensed under the Apache License, Version 2.0 (the "License"); |
6 * you may not use this file except in compliance with the License. | 6 * you may not use this file except in compliance with the License. |
7 * You may obtain a copy of the License at | 7 * You may obtain a copy of the License at |
8 * | 8 * |
9 * http://www.apache.org/licenses/LICENSE-2.0 | 9 * http://www.apache.org/licenses/LICENSE-2.0 |
10 * | 10 * |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 timing_test(function () { | 315 timing_test(function () { |
316 at(13.5, function() { | 316 at(13.5, function() { |
317 var aAnimations = a.getCurrentAnimations(); | 317 var aAnimations = a.getCurrentAnimations(); |
318 var bAnimations = b.getCurrentAnimations(); | 318 var bAnimations = b.getCurrentAnimations(); |
319 assert_equals(aAnimations.length, 0, "Animations on A count"); | 319 assert_equals(aAnimations.length, 0, "Animations on A count"); |
320 assert_equals(bAnimations.length, 0, "Animations on B count"); | 320 assert_equals(bAnimations.length, 0, "Animations on B count"); |
321 }); | 321 }); |
322 }, "Check current animations at t=13.5"); | 322 }, "Check current animations at t=13.5"); |
323 | 323 |
324 </script> | 324 </script> |
OLD | NEW |