Index: chrome/test/data/extensions/api_test/stubs/background.js |
diff --git a/chrome/test/data/extensions/api_test/stubs/background.html b/chrome/test/data/extensions/api_test/stubs/background.js |
similarity index 96% |
rename from chrome/test/data/extensions/api_test/stubs/background.html |
rename to chrome/test/data/extensions/api_test/stubs/background.js |
index f1d207df6718908da6fabe0a61e077b7136ffa65..1e1076748d9d0996422e52b9195f26e214acd09c 100644 |
--- a/chrome/test/data/extensions/api_test/stubs/background.html |
+++ b/chrome/test/data/extensions/api_test/stubs/background.js |
@@ -1,4 +1,3 @@ |
-<script> |
// Copyright (c) 2012 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. |
@@ -17,4 +16,3 @@ chrome.extension.onRequest.addListener(function(msg, sender, responseFunc) { |
// On first install, send a success message so the test can continue. |
chrome.test.notifyPass(); |
-</script> |