| Index: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
|
| index 2678714b496020f8448cd14bb697c400790c2655..fb451b074cc05f4bfd71cf792d9a1d5b18c5208f 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/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>
|
|
|