| Index: third_party/WebKit/LayoutTests/imported/wpt/html-imports/document/document-method-changes.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html-imports/document/document-method-changes.html b/third_party/WebKit/LayoutTests/imported/wpt/html-imports/document/document-method-changes.html
|
| index f07ae947f58a1c7e4c228c1cb8f24ea86941af4b..c71012ff524014189e23222920818daa984208d1 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html-imports/document/document-method-changes.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html-imports/document/document-method-changes.html
|
| @@ -3,8 +3,8 @@
|
| <head>
|
| <title>The import attribute</title>
|
| <link rel="help" href="http://w3c.github.io/webcomponents/spec/imports/#interface-import">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
|
|
| <link id="importLink" rel="import" href="resources/body-only.html">
|
| <link rel="import" href="resources/test-in-import.html">
|
|
|