| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/registering/definition-construction-algorithm-default-namespace.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/registering-custom-elements/definition-construction-algorithm-default-namespace.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/registering/definition-construction-algorithm-default-namespace.html
|
| similarity index 91%
|
| rename from third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/registering-custom-elements/definition-construction-algorithm-default-namespace.html
|
| rename to third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/registering/definition-construction-algorithm-default-namespace.html
|
| index a68603d57d20946dd3d7907cd931d64398de10b0..ebcd4425504324fc79fdb8069c2d61626f85cf14 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/registering-custom-elements/definition-construction-algorithm-default-namespace.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/registering/definition-construction-algorithm-default-namespace.html
|
| @@ -5,8 +5,8 @@
|
| <meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
| <meta name="assert" content="Default namespace is HTML namespace">
|
| <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>
|
|
|