| Index: third_party/WebKit/LayoutTests/animations/timing/multiple-animations-timing-function.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/multiple-animations-timing-function.html b/third_party/WebKit/LayoutTests/animations/timing/multiple-animations-timing-function.html
|
| similarity index 90%
|
| rename from third_party/WebKit/LayoutTests/animations/multiple-animations-timing-function.html
|
| rename to third_party/WebKit/LayoutTests/animations/timing/multiple-animations-timing-function.html
|
| index 3361bbb6b4b6028faeba50a6529144368feb16d3..9155b6c7b5ce6bff9b7281ee4beeaecd885867ed 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/multiple-animations-timing-function.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/timing/multiple-animations-timing-function.html
|
| @@ -22,7 +22,7 @@
|
| to { top: 200px; }
|
| }
|
| </style>
|
| - <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
| + <script src="../resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
| <script type="text/javascript" charset="utf-8">
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
|
|