| 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);
|
|
|