Index: content/test/data/service_worker/while_true_worker.js |
diff --git a/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js b/content/test/data/service_worker/while_true_worker.js |
similarity index 80% |
copy from chrome/test/data/extensions/api_test/runtime/open_options_page/options.js |
copy to content/test/data/service_worker/while_true_worker.js |
index 9054ed56925a531f4577eb08b9f043d69900b640..ebfc2249c9bb157d0f29eb3da12130efb4858ed2 100644 |
--- a/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js |
+++ b/content/test/data/service_worker/while_true_worker.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. |
-chrome.runtime.sendMessage('success'); |
+while(true) { } |