| Index: third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/custom-property-animation-crash.html b/third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html
|
| similarity index 85%
|
| rename from third_party/WebKit/LayoutTests/animations/custom-property-animation-crash.html
|
| rename to third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html
|
| index 32ce8e458b8bd32c8ce30b765cb37afa4eda0e04..97a4d55b36fdf9eda1cd2fa51f8a7d428770aaf7 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/custom-property-animation-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html
|
| @@ -1,5 +1,5 @@
|
| -<script src="../resources/testharness.js"></script>
|
| -<script src="../resources/testharnessreport.js"></script>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| <div id="target"></div>
|
| <script>
|
| promise_test(() => {
|
|
|