| Index: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html
|
| index eb1143584cd216105e1d17924a7399f77ed68e3f..b3f661c4fde46f1ffb82a330aa8621b23035dff4 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html
|
| @@ -5,8 +5,8 @@
|
| <meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
| <meta name="assert" content="If there already exists a definition with the same TYPE, set ERROR to DuplicateDefinition and stop">
|
| <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>
|
|
|