| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/extendable-event-async-waituntil.https.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/extendable-event-async-waituntil.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/extendable-event-async-waituntil.https.html
 | 
| similarity index 81%
 | 
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/extendable-event-async-waituntil.html
 | 
| copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/extendable-event-async-waituntil.https.html
 | 
| index 5a7b1c350888222480818544fcbc16cc9355ab85..c06bf84ab2dbdd034deea8610ef4735d4e9a9345 100644
 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/extendable-event-async-waituntil.html
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/extendable-event-async-waituntil.https.html
 | 
| @@ -1,7 +1,8 @@
 | 
|  <!DOCTYPE html>
 | 
| -<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/testharness-helpers.js"></script>
 | 
| +<script src="/resources/testharnessreport.js"></script>
 | 
| +<script src="resources/test-helpers.sub.js"></script>
 | 
|  <script>
 | 
|  promise_test(function(t) {
 | 
|      var script = 'resources/extendable-event-async-waituntil.js';
 | 
| 
 |