| Index: third_party/WebKit/LayoutTests/animations/custom-properties/animate-shorthand-var.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/animate-shorthand-var.html b/third_party/WebKit/LayoutTests/animations/custom-properties/animate-shorthand-var.html
|
| similarity index 87%
|
| rename from third_party/WebKit/LayoutTests/animations/animate-shorthand-var.html
|
| rename to third_party/WebKit/LayoutTests/animations/custom-properties/animate-shorthand-var.html
|
| index 089ec3be2641718526e2de5e011c52dffaefa03a..dacaed3f445c0d593bc40373779fb6088f8465c3 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/animate-shorthand-var.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/custom-properties/animate-shorthand-var.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>
|
| body {
|
| --x: green;
|
|
|