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

Unified Diff: LayoutTests/web-animations-api/timed-item-specified-setters.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/timed-item-specified-setters.html
diff --git a/LayoutTests/web-animations-api/timed-item-specified-setters.html b/LayoutTests/web-animations-api/timed-item-specified-setters.html
index f955ab2e7e30012cd2845e0eb0e5e2df2a15fbe3..90ba4ab0199df83bcf3be3abed6eed50f180a0f4 100644
--- a/LayoutTests/web-animations-api/timed-item-specified-setters.html
+++ b/LayoutTests/web-animations-api/timed-item-specified-setters.html
@@ -10,7 +10,7 @@
var element = document.getElementById('e');
var keyframes = [{opacity: '1', offset: 0}, {opacity: '0', offset: 1}];
-var animation = new Animation(element, keyframes);
+var animation = new KeyframeEffect(element, keyframes);
alancutter (OOO until 2018) 2015/05/05 01:04:51 s/animation/keyframeEffect/
dstockwell 2015/05/05 03:33:24 done
var specifiedTiming = animation.timing;
test(function() {

Powered by Google App Engine
This is Rietveld 408576698