Index: content/test/data/service_worker/worker_install_fulfilled.js |
diff --git a/content/test/data/service_worker/worker_install_fulfilled.js b/content/test/data/service_worker/worker_install_fulfilled.js |
deleted file mode 100644 |
index 74a2cc9ca29a4ebcefd00360f9ba1c255ea81b0d..0000000000000000000000000000000000000000 |
--- a/content/test/data/service_worker/worker_install_fulfilled.js |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-this.oninstall = function(event) { |
- event.waitUntil(new Promise(function(r) { setTimeout(r, 5); })); |
- event.waitUntil(1); |
-}; |