summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 02:11:19 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 02:11:19 +0000
commite8d99021e731d5c491311e20c7ed4c92d2d52f4b (patch)
tree228e06bd5ec98364446da547ff93a2960ec83ba1 /chrome/test
parent0183dbb2875dd270d1bf2afde9fca88501d67d37 (diff)
downloadchromium_src-e8d99021e731d5c491311e20c7ed4c92d2d52f4b.zip
chromium_src-e8d99021e731d5c491311e20c7ed4c92d2d52f4b.tar.gz
chromium_src-e8d99021e731d5c491311e20c7ed4c92d2d52f4b.tar.bz2
Add test for more special tabs
Review URL: http://codereview.chromium.org/1594034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/functional/special_tabs.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py
index 654d147..e310a04a 100644
--- a/chrome/test/functional/special_tabs.py
+++ b/chrome/test/functional/special_tabs.py
@@ -18,8 +18,11 @@ class SpecialTabsTest(pyauto.PyUITest):
special_url_tabs = {
'about:': 'About Version',
+ 'about:appcache-internals': 'AppCache Internals',
+ 'about:credits': 'Credits',
'about:dns': 'About DNS',
'about:histograms': 'About Histograms',
+ 'about:net-internals': 'Network internals',
'about:plugins': 'Plug-ins',
'about:sync': 'About Sync',
'about:version': 'About Version',
@@ -27,6 +30,7 @@ class SpecialTabsTest(pyauto.PyUITest):
'chrome://extensions': 'Extensions',
'chrome://history': 'History',
'chrome://net-internals': 'Network internals',
+ 'chrome://newtab': 'New Tab',
}
def testSpecialAccleratorTabs(self):