| Index: third_party/WebKit/LayoutTests/animations/stability/animate-shorthand-var-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/animate-shorthand-var-crash.html b/third_party/WebKit/LayoutTests/animations/stability/animate-shorthand-var-crash.html
|
| similarity index 70%
|
| rename from third_party/WebKit/LayoutTests/animations/animate-shorthand-var-crash.html
|
| rename to third_party/WebKit/LayoutTests/animations/stability/animate-shorthand-var-crash.html
|
| index 1bd15ecedb25fbe821f5e4f16d63247c2790278f..bf03cdc986a799ea6b3171a386b581c68dbf1eec 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/animate-shorthand-var-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/stability/animate-shorthand-var-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>
|
| <style>
|
| @keyframes crash {
|
| from { border-radius: var(--) }
|
|
|