| Index: third_party/WebKit/LayoutTests/animations/prefixed/duplicated-keyframes-name-unprefixed-01.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html b/third_party/WebKit/LayoutTests/animations/prefixed/duplicated-keyframes-name-unprefixed-01.html
|
| similarity index 92%
|
| rename from third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
|
| rename to third_party/WebKit/LayoutTests/animations/prefixed/duplicated-keyframes-name-unprefixed-01.html
|
| index 6e1cadb98caa8a2599bd69cae2a6b1afe70f0467..25a06738d84605e679ca3793f3965808fcf8495b 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/prefixed/duplicated-keyframes-name-unprefixed-01.html
|
| @@ -31,7 +31,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 = [
|
|
|