Chromium Code Reviews| Index: LayoutTests/web-animations-api/timeline-play-animation.html |
| diff --git a/LayoutTests/web-animations-api/timeline-play-animation.html b/LayoutTests/web-animations-api/timeline-play-animation.html |
| index 0e6f993e1c67468519446846c54b0955ddaaf153..00ea36907704b48c45596391f9a09d3842967a22 100644 |
| --- a/LayoutTests/web-animations-api/timeline-play-animation.html |
| +++ b/LayoutTests/web-animations-api/timeline-play-animation.html |
| @@ -11,7 +11,7 @@ var element = document.getElementById('e'); |
| var style = getComputedStyle(element); |
| var duration = 1; |
| -var animation = new Animation(element, |
| +var animation = new KeyframeEffect(element, |
|
alancutter (OOO until 2018)
2015/05/05 01:04:51
s/animation/keyframeEffect/g
dstockwell
2015/05/05 03:33:25
Done!
|
| [{opacity: '1', offset: 0}, |
| {opacity: '0', offset: 1}], |
| duration); |