Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: content/test/data/service_worker/worker_with_one_import.js

Issue 434453005: test for https://codereview.chromium.org/419693002/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/data/service_worker/worker_with_one_import.js
diff --git a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js b/content/test/data/service_worker/worker_with_one_import.js
similarity index 83%
copy from chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js
copy to content/test/data/service_worker/worker_with_one_import.js
index c4d1ef82f053aec3c7fe16646260969b7479a4aa..5a0c5d26c8c7387e67e138c734e24b82a36943fd 100644
--- a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js
+++ b/content/test/data/service_worker/worker_with_one_import.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.
-var pass_exported = {};
+importScripts('empty_script.js');

Powered by Google App Engine
This is Rietveld 408576698