| 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'}
|
| ]);
|
|
|