| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-event-after-navigation-within-page.https.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-after-navigation-within-page.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-event-after-navigation-within-page.https.html
 | 
| similarity index 93%
 | 
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-after-navigation-within-page.html
 | 
| copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-event-after-navigation-within-page.https.html
 | 
| index d30eb7cc4a009939d0633ec53ee77152cfbb5b36..dce1f794fabed81761a83cfa68c23920168f99fb 100644
 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-after-navigation-within-page.html
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-event-after-navigation-within-page.https.html
 | 
| @@ -1,8 +1,8 @@
 | 
|  <!DOCTYPE html>
 | 
|  <title>ServiceWorker: navigator.serviceWorker.waiting</title>
 | 
| -<script src="../resources/testharness.js"></script>
 | 
| -<script src="../resources/testharnessreport.js"></script>
 | 
| -<script src="resources/test-helpers.js"></script>
 | 
| +<script src="/resources/testharness.js"></script>
 | 
| +<script src="/resources/testharnessreport.js"></script>
 | 
| +<script src="resources/test-helpers.sub.js"></script>
 | 
|  <body>
 | 
|  <script>
 | 
|  
 | 
| 
 |