| Index: third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/custom-property-value-tainting.html b/third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.html
|
| similarity index 95%
|
| rename from third_party/WebKit/LayoutTests/animations/custom-property-value-tainting.html
|
| rename to third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.html
|
| index 7404e8d123c81e2a092ad11365d5c026aa8797e9..eeeacf68ff886b60c41f629e4efaf7714a3e9286 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/custom-property-value-tainting.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.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>
|
| <body></body>
|
| <script>
|
| function createTarget() {
|
|
|