Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10828380: Convert the pdf PerformPDFAction pyauto test to a browser test. While at it, verify that… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # This file lists the pyauto tests that run as a part of the functional test 5 # This file lists the pyauto tests that run as a part of the functional test
6 # suite. 6 # suite.
7 # 7 #
8 # Tests can be enabled on a per-platform basis. Tests not listed here will 8 # Tests can be enabled on a per-platform basis. Tests not listed here will
9 # not be run. 9 # not be run.
10 # 10 #
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'imports', 58 'imports',
59 'indexeddb', 59 'indexeddb',
60 'infobars', 60 'infobars',
61 'instant', 61 'instant',
62 'multiprofile', 62 'multiprofile',
63 'navigation', 63 'navigation',
64 'notifications', 64 'notifications',
65 'ntp', 65 'ntp',
66 'omnibox', 66 'omnibox',
67 'passwords', 67 'passwords',
68 'pdf',
69 'plugins', 68 'plugins',
70 'plugins_check', 69 'plugins_check',
71 'policy', 70 'policy',
72 'policy_prefs_ui', 71 'policy_prefs_ui',
73 'popups', 72 'popups',
74 'prefs', 73 'prefs',
75 'prefs_ui', 74 'prefs_ui',
76 'protector', 75 'protector',
77 'pyauto_webdriver', 76 'pyauto_webdriver',
78 'search_engines', 77 'search_engines',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 883 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
885 '-ntp.NTPTest.testUninstallApp', 884 '-ntp.NTPTest.testUninstallApp',
886 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 885 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
887 '-ntp.NTPTest.testLaunchAppRegularTab', 886 '-ntp.NTPTest.testLaunchAppRegularTab',
888 '-ntp.NTPTest.testLaunchAppPinnedTab', 887 '-ntp.NTPTest.testLaunchAppPinnedTab',
889 '-ntp.NTPTest.testGetAppsWhenInstallApp', 888 '-ntp.NTPTest.testGetAppsWhenInstallApp',
890 '-ntp.NTPTest.testLaunchAppNewWindow', 889 '-ntp.NTPTest.testLaunchAppNewWindow',
891 ], 890 ],
892 }, 891 },
893 } 892 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698