| Index: third_party/WebKit/LayoutTests/animations/prefixed/duplicated-keyframes-name-unprefixed-02.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-02.html b/third_party/WebKit/LayoutTests/animations/prefixed/duplicated-keyframes-name-unprefixed-02.html
|
| similarity index 92%
|
| rename from third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-02.html
|
| rename to third_party/WebKit/LayoutTests/animations/prefixed/duplicated-keyframes-name-unprefixed-02.html
|
| index 47917c51026d747aaa5c52e8d5ad85145e28f182..7f2f2450560867cf21bfbedbda0287382637f804 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-02.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/prefixed/duplicated-keyframes-name-unprefixed-02.html
|
| @@ -35,7 +35,7 @@
|
| to { left: 300px; }
|
| }
|
| </style>
|
| - <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
| + <script src="../resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
| <script type="text/javascript" charset="utf-8">
|
|
|
| const expectedValues = [
|
|
|