summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional
diff options
context:
space:
mode:
authorhinoka@chromium.org <hinoka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-26 01:25:44 +0000
committerhinoka@chromium.org <hinoka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-26 01:25:44 +0000
commit17c06f51168d87d8c41795260f9915e17ef91f2d (patch)
tree05326f13538df8b9d816c635a712aacc11a0eff2 /chrome/test/functional
parent218990ce9c270475410bc4c5cd8f1d6298847792 (diff)
downloadchromium_src-17c06f51168d87d8c41795260f9915e17ef91f2d.zip
chromium_src-17c06f51168d87d8c41795260f9915e17ef91f2d.tar.gz
chromium_src-17c06f51168d87d8c41795260f9915e17ef91f2d.tar.bz2
Added an about:about page (continuation)
continued from http://codereview.chromium.org/2754002/show changelist disappeared after machine swap. Added a new page, about:about (or chrome://about/about) Includes a list of most of the about:* pages (eg. Left out about:inducebrowsercrashforrealz) Page is constructed within browser_about_handler.cc BUG=44699 TEST=Go to about:about, and see if About page loads. Check if links work. Review URL: http://codereview.chromium.org/2799038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
-rw-r--r--chrome/test/functional/special_tabs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py
index 0edc858..954f937 100644
--- a/chrome/test/functional/special_tabs.py
+++ b/chrome/test/functional/special_tabs.py
@@ -18,6 +18,7 @@ class SpecialTabsTest(pyauto.PyUITest):
special_url_tabs = {
'about:': 'About Version',
+ 'about:about': 'About Pages',
'about:appcache-internals': 'AppCache Internals',
'about:credits': 'Credits',
'about:dns': 'About DNS',