| Index: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/extensions-to-document-interface/custom-element-name.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/extensions-to-document-interface/custom-element-name.html b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/extensions-to-document-interface/custom-element-name.html
|
| index faf8c3448e016580ad2db49a1e0c72cb4db4b9ab..e276e834a4a433efc16ab6b3add9f70c2c220037 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/extensions-to-document-interface/custom-element-name.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/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>
|
|
|