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

Unified Diff: LayoutTests/web-animations-api/timeline-play-animation.html

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use new API in layout tests Created 5 years, 8 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: 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);

Powered by Google App Engine
This is Rietveld 408576698