| Index: third_party/WebKit/LayoutTests/animations/timing/keyframe-timing-functions3.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/keyframe-timing-functions3.html b/third_party/WebKit/LayoutTests/animations/timing/keyframe-timing-functions3.html
|
| similarity index 94%
|
| rename from third_party/WebKit/LayoutTests/animations/keyframe-timing-functions3.html
|
| rename to third_party/WebKit/LayoutTests/animations/timing/keyframe-timing-functions3.html
|
| index 316261e814ac1eaa3ca07f31128c9d647f826809..4971c27e2396fb4ff1c9873cc322abace1df17ee 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/keyframe-timing-functions3.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/timing/keyframe-timing-functions3.html
|
| @@ -33,7 +33,7 @@
|
| 100% { left: 400px; }
|
| }
|
| </style>
|
| -<script src="resources/animation-test-helpers.js"></script>
|
| +<script src="../resources/animation-test-helpers.js"></script>
|
| <script>
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
|
|