OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2013 Google Inc. All Rights Reserved. | 2 Copyright 2013 Google Inc. All Rights Reserved. |
3 | 3 |
4 Licensed under the Apache License, Version 2.0 (the "License"); | 4 Licensed under the Apache License, Version 2.0 (the "License"); |
5 you may not use this file except in compliance with the License. | 5 you may not use this file except in compliance with the License. |
6 You may obtain a copy of the License at | 6 You may obtain a copy of the License at |
7 | 7 |
8 http://www.apache.org/licenses/LICENSE-2.0 | 8 http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 |
10 Unless required by applicable law or agreed to in writing, software | 10 Unless required by applicable law or agreed to in writing, software |
(...skipping 28 matching lines...) Expand all Loading... |
39 | 39 |
40 // ensure at least one point is sampled | 40 // ensure at least one point is sampled |
41 at(0, function() { }); | 41 at(0, function() { }); |
42 | 42 |
43 timing_test(function() { | 43 timing_test(function() { |
44 at(1, function() { assert_true(!failed); }); | 44 at(1, function() { assert_true(!failed); }); |
45 }, | 45 }, |
46 "the 101st animation should always come 101st"); | 46 "the 101st animation should always come 101st"); |
47 | 47 |
48 </script> | 48 </script> |
OLD | NEW |