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

Unified Diff: polymer_0.5.4/bower_components/web-animations-js/test/js/effect.js

Issue 895523005: Added Polymer 0.5.4 (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 side-by-side diff with in-line comments
Download patch
Index: polymer_0.5.4/bower_components/web-animations-js/test/js/effect.js
diff --git a/polymer_0.5.0/bower_components/web-animations-js/test/js/effect.js b/polymer_0.5.4/bower_components/web-animations-js/test/js/effect.js
similarity index 98%
copy from polymer_0.5.0/bower_components/web-animations-js/test/js/effect.js
copy to polymer_0.5.4/bower_components/web-animations-js/test/js/effect.js
index ece8fbded75bd8b869fa58426a28d63413c9c06d..4772663ba9bb354972b447590ba027355a30c7b7 100644
--- a/polymer_0.5.0/bower_components/web-animations-js/test/js/effect.js
+++ b/polymer_0.5.4/bower_components/web-animations-js/test/js/effect.js
@@ -444,7 +444,7 @@ suite('effect-convertEffectInput', function() {
test('Convert effect input for a simple effect with one property.', function() {
var effectFunction;
assert.doesNotThrow(function() {
- effectFunction = webAnimationsMinifill.convertEffectInput([
+ effectFunction = webAnimations1.convertEffectInput([
{left: '0px'},
{left: '200px', offset: 0.3},
{left: '100px'}
@@ -468,7 +468,7 @@ suite('effect-convertEffectInput', function() {
test('Convert effect input where one property is animated and the property has two keyframes at offset 1.', function() {
var effectFunction;
assert.doesNotThrow(function() {
- effectFunction = webAnimationsMinifill.convertEffectInput([
+ effectFunction = webAnimations1.convertEffectInput([
{left: '0px', offset: 0},
{left: '20px', offset: 1},
{left: '30px'}
@@ -484,7 +484,7 @@ suite('effect-convertEffectInput', function() {
var effectFunction;
var underlying = getComputedStyle(this.target).left;
assert.doesNotThrow(function() {
- effectFunction = webAnimationsMinifill.convertEffectInput([
+ effectFunction = webAnimations1.convertEffectInput([
{left: '0px'},
{left: '100px'}
]);

Powered by Google App Engine
This is Rietveld 408576698