| Index: third_party/WebKit/LayoutTests/animations/responsive/svg-responsive-to-updated-baseval.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/svg-responsive-to-updated-baseval.html b/third_party/WebKit/LayoutTests/animations/responsive/svg-responsive-to-updated-baseval.html
|
| similarity index 95%
|
| rename from third_party/WebKit/LayoutTests/animations/svg-responsive-to-updated-baseval.html
|
| rename to third_party/WebKit/LayoutTests/animations/responsive/svg-responsive-to-updated-baseval.html
|
| index e0819e1b0e1c7559119c3f409077adc07ffb4424..ec3de93cd28927154b27317584b73bd0e0530e4d 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/svg-responsive-to-updated-baseval.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/responsive/svg-responsive-to-updated-baseval.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>SVG Web Animations should be responsive to changes in the underlying value</title>
|
| -<script src="../resources/testharness.js"></script>
|
| -<script src="../resources/testharnessreport.js"></script>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| <script>
|
| // offset has a primitive animVal type.
|
| function createOffsetTestTarget() {
|
|
|