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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/test_getFrame.js

Issue 10826157: Check for warnings when loading extensions in browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ExtensionTerminalPrivateApiTest.TerminalTest Created 8 years, 4 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: chrome/test/data/extensions/api_test/webnavigation/test_getFrame.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_getFrame.html b/chrome/test/data/extensions/api_test/webnavigation/test_getFrame.js
similarity index 89%
copy from chrome/test/data/extensions/api_test/webnavigation/test_getFrame.html
copy to chrome/test/data/extensions/api_test/webnavigation/test_getFrame.js
index 70f35d84488771d16a20e366bb92caa1e2dc5555..f9f3f22cf7b2d069db77a9878e951139e8a86d2b 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/test_getFrame.html
+++ b/chrome/test/data/extensions/api_test/webnavigation/test_getFrame.js
@@ -1,4 +1,7 @@
-<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.
+
var URL = chrome.extension.getURL("getFrame/a.html");
var tabId = -1;
var processId = -1;
@@ -50,4 +53,3 @@ chrome.test.runTests([
});
}
]);
-</script>

Powered by Google App Engine
This is Rietveld 408576698