| Index: third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html b/third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html
|
| index 7803daec12b265867862d593707b0a4c9b8f3b9f..7c1b442b11a6364abe22c409cec76802ff38ffa9 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html-imports/fetching/loading-attempt.html
|
| @@ -3,8 +3,8 @@
|
| <head>
|
| <title>Fetching import</title>
|
| <link rel="help" href="http://w3c.github.io/webcomponents/spec/imports/#fetching-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>
|
|
|
| <script>
|
| var onloadWasCalledOnSuccess = false;
|
|
|