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

Unified Diff: LayoutTests/inspector/animation/animation-timeline.html

Issue 1151263007: Devtools: Move animation to separate module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/animation/animation-timeline.html
diff --git a/LayoutTests/inspector/elements/animation-timeline.html b/LayoutTests/inspector/animation/animation-timeline.html
similarity index 96%
rename from LayoutTests/inspector/elements/animation-timeline.html
rename to LayoutTests/inspector/animation/animation-timeline.html
index 3c862878f8da0aee9d8c5c212b8387aa46a10bf7..c1f94e46372046d7d81585546fa828eda58762e9 100644
--- a/LayoutTests/inspector/elements/animation-timeline.html
+++ b/LayoutTests/inspector/animation/animation-timeline.html
@@ -26,6 +26,11 @@ function startAnimationWithStepTiming()
player = node.animate([{ width: "100px", easing: "step(5, end)" }, { width: "200px", easing: "step-start" }], 200);
}
+var initialize_Animations = function() {
+
+ InspectorTest.preloadModule("animation");
+}
+
function test()
{
InspectorTest.selectNodeWithId("node", step1);
« no previous file with comments | « no previous file | LayoutTests/inspector/animation/animation-timeline-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698