Index: chrome/test/data/extensions/api_test/webnavigation/test_forwardBack.js |
diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_forwardBack.js b/chrome/test/data/extensions/api_test/webnavigation/test_forwardBack.js |
index 2b2c52497791ce39462ac8859752e1cabff60227..7364f21feb9a0282469822d035d6c388be1a7afe 100644 |
--- a/chrome/test/data/extensions/api_test/webnavigation/test_forwardBack.js |
+++ b/chrome/test/data/extensions/api_test/webnavigation/test_forwardBack.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-function runTests() { |
+onload = function() { |
var getURL = chrome.extension.getURL; |
chrome.tabs.create({"url": "about:blank"}, function(tab) { |
var tabId = tab.id; |
@@ -108,4 +108,4 @@ function runTests() { |
}, |
]); |
}); |
-} |
+}; |