| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/instantiating-custom-elements/custom-element-constructor-local-name.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/instantiating-custom-elements/custom-element-constructor-local-name.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/instantiating-custom-elements/custom-element-constructor-local-name.html
|
| similarity index 92%
|
| rename from third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/instantiating-custom-elements/custom-element-constructor-local-name.html
|
| rename to third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/instantiating-custom-elements/custom-element-constructor-local-name.html
|
| index 653b21ea8e0e63c5b480dd658d6ab57126ca5d6c..85a43c65b69d37597b4f41b79fd42481e8c0045d 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/instantiating-custom-elements/custom-element-constructor-local-name.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/instantiating-custom-elements/custom-element-constructor-local-name.html
|
| @@ -6,8 +6,8 @@
|
| <meta name="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
|
| <meta name="assert" content="Set ELEMENT's local name to NAME">
|
| <link rel="help" href="http://www.w3.org/TR/custom-elements/#instantiating-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>
|
|
|