| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/registering-custom-elements/definition-construction-algorithm-duplicate-definition.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html
|
| similarity index 93%
|
| rename from third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/registering-custom-elements/definition-construction-algorithm-duplicate-definition.html
|
| rename to third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html
|
| index fafb5cdff5d317396409c76c2e0ec362a8d25dca..eb1143584cd216105e1d17924a7399f77ed68e3f 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/registering-custom-elements/definition-construction-algorithm-duplicate-definition.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html
|
| @@ -5,8 +5,8 @@
|
| <meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
| <meta name="assert" content="If there already exists a definition with the same TYPE, set ERROR to DuplicateDefinition and stop">
|
| <link rel="help" href="http://www.w3.org/TR/custom-elements/#registering-custom-elements">
|
| -<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 src="../testcommon.js"></script>
|
| </head>
|
| <body>
|
|
|