| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
|
| similarity index 98%
|
| rename from third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
|
| rename to third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
|
| index 156e9142a43a2318be31eb184d602c2c7a8c11f3..2678714b496020f8448cd14bb697c400790c2655 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
|
| @@ -5,8 +5,8 @@
|
| <meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
| <meta name="assert" content="attributeChanged callback must be enqueued whenever custom element's attribute is removed">
|
| <link rel="help" href="http://www.w3.org/TR/custom-elements/#types-of-callbacks">
|
| -<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>
|
|
|