| Index: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/extensions-to-document-interface/custom-element-prototype.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/extensions-to-document-interface/custom-element-prototype.html b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/extensions-to-document-interface/custom-element-prototype.html
|
| index 517d23644c273251c55c08c8acee62048c3c2dd8..de397aacd8d676c2a663846611676fb213e54cd1 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/extensions-to-document-interface/custom-element-prototype.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/v0/registering/extensions-to-document-interface/custom-element-prototype.html
|
| @@ -5,8 +5,8 @@
|
| <meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
| <meta name="assert" content="If PROTOTYPE is null, let PROTOTYPE be the result of invoking Object.create with HTMLElement's interface prototype object as only argument">
|
| <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>
|
|
|