| Index: chrome/test/data/extensions/api_test/popup/popup_main/background_page.html
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/popup/popup_main/background_page.html (revision 74596)
|
| +++ chrome/test/data/extensions/api_test/popup/popup_main/background_page.html (working copy)
|
| @@ -1,10 +0,0 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml">
|
| -<head>
|
| -<script>
|
| -window.onload = function() {
|
| - // Create a tab in which the popup tests can execute.
|
| - chrome.tabs.create({ "url": "dom_ui.html" });
|
| -}
|
| -</script>
|
| -</head>
|
| -</html>
|
|
|