| Index: content/test/data/service_worker/fetch_in_install.js
|
| diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_unexpected.js b/content/test/data/service_worker/fetch_in_install.js
|
| similarity index 68%
|
| copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_unexpected.js
|
| copy to content/test/data/service_worker/fetch_in_install.js
|
| index 995450291446587641fa905e9416fe3c0899b3b4..68df2dc828fe9ef91a1b0ee535b11d743595be0e 100644
|
| --- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_unexpected.js
|
| +++ b/content/test/data/service_worker/fetch_in_install.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -window.didRunAtDocumentIdleUnexpected = true;
|
| +this.oninstall = function(e) { e.waitUntil(fetch('fetch_in_install.html')); };
|
|
|