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

Unified Diff: LayoutTests/http/tests/inspector/elements-test.js

Issue 1218433007: Devtools Animations: Add buffer and effect selection to animation timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test Created 5 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/inspector/animation/animation-timeline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/elements-test.js
diff --git a/LayoutTests/http/tests/inspector/elements-test.js b/LayoutTests/http/tests/inspector/elements-test.js
index 9bda7452782518914757ed5acf84844f31b50af5..1407a0bcd1cf2adb443839c4cad08199042bb278 100644
--- a/LayoutTests/http/tests/inspector/elements-test.js
+++ b/LayoutTests/http/tests/inspector/elements-test.js
@@ -1005,7 +1005,7 @@ InspectorTest.dumpInspectorHighlightJSON = function(idValue, callback)
InspectorTest.waitForAnimationAdded = function(callback)
{
- InspectorTest.addSniffer(WebInspector.AnimationTimeline.prototype, "_addAnimation", callback);
+ InspectorTest.addSniffer(WebInspector.AnimationTimeline.prototype, "_addAnimationGroup", callback);
}
InspectorTest.dumpAnimationTimeline = function(timeline)
« no previous file with comments | « no previous file | LayoutTests/inspector/animation/animation-timeline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698