| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/update.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html
 | 
| similarity index 85%
 | 
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/update.html
 | 
| copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html
 | 
| index 1600e19fd388b2c152a306e02f65d1aebbaed85c..a9285a1c9e2dbfc38c547e3030af8ad9ba292e42 100644
 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/update.html
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html
 | 
| @@ -1,12 +1,12 @@
 | 
|  <!DOCTYPE html>
 | 
|  <title>ServiceWorkerGlobalScope: update</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>
 | 
|  <script>
 | 
|  
 | 
|  promise_test(function(t) {
 | 
| -    var script = 'resources/update-worker.php';
 | 
| +    var script = 'resources/update-worker.py';
 | 
|      var scope = 'resources/scope/update';
 | 
|      var registration;
 | 
|      var frame1;
 | 
| 
 |