| Index: chrome/test/data/extensions/api_test/tabs/incognito_disabled/background.html
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/tabs/incognito_disabled/background.html (revision 112170)
|
| +++ chrome/test/data/extensions/api_test/tabs/incognito_disabled/background.html (working copy)
|
| @@ -5,16 +5,6 @@
|
| -->
|
| <html>
|
| <head>
|
| -<script>
|
| - chrome.test.runTests([
|
| - function createIncognitoWindow() {
|
| - chrome.windows.create({ url: "about:blank", incognito: true },
|
| - function(window) {
|
| - chrome.test.assertEq(window, undefined);
|
| - chrome.test.notifyPass();
|
| - });
|
| - }
|
| - ]);
|
| -</script>
|
| +<script src="background.js"></script>
|
| </head>
|
| </html>
|
|
|