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> |