Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Side by Side Diff: polymer_0.4.0/bower_components/web-animations-js/test/testcases/test-getcurrent.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698