| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/registering/extensions-to-document-interface/custom-element-name.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/registering-custom-elements/extensions-to-document-interface/custom-element-name.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/registering/extensions-to-document-interface/custom-element-name.html
|
| similarity index 90%
|
| rename from third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/registering-custom-elements/extensions-to-document-interface/custom-element-name.html
|
| rename to third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/registering/extensions-to-document-interface/custom-element-name.html
|
| index f6c41d0122a6c60e238d444195252ad49c18fffe..faf8c3448e016580ad2db49a1e0c72cb4db4b9ab 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/registering-custom-elements/extensions-to-document-interface/custom-element-name.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/registering/extensions-to-document-interface/custom-element-name.html
|
| @@ -5,8 +5,8 @@
|
| <meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
| <meta name="assert" content="Custom element local name is the lowercased value of the EXTENDS property">
|
| <link rel="help" href="http://www.w3.org/TR/custom-elements/#extensions-to-document-interface-to-register">
|
| -<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>
|
|
|