| Index: third_party/WebKit/LayoutTests/animations/stability/checkbox-padding-animation-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/checkbox-padding-animation-crash.html b/third_party/WebKit/LayoutTests/animations/stability/checkbox-padding-animation-crash.html
|
| similarity index 65%
|
| rename from third_party/WebKit/LayoutTests/animations/checkbox-padding-animation-crash.html
|
| rename to third_party/WebKit/LayoutTests/animations/stability/checkbox-padding-animation-crash.html
|
| index 973421f62a19690bbe20472784decf7813fe232c..94f2d14eab3082ba2a1788c57a578d65cc8aeace 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/checkbox-padding-animation-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/stability/checkbox-padding-animation-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 anim {
|
| to { padding-top: 50px; }
|
|
|