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

Unified Diff: chrome/test/functional/perf.py

Issue 10854234: Remove the testNewTabPdf test. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/perf.py
===================================================================
--- chrome/test/functional/perf.py (revision 152329)
+++ chrome/test/functional/perf.py (working copy)
@@ -731,16 +731,6 @@
self._RunNewTabTest('NewTabPage',
lambda: self._AppendTab('chrome://newtab'), 'open_tab')
- def testNewTabPdf(self):
- """Measures time to open a new tab navigated to a PDF file."""
- self.assertTrue(
- os.path.exists(os.path.join(self.DataDir(), 'pyauto_private', 'pdf',
- 'TechCrunch.pdf')),
- msg='Missing required PDF data file.')
- url = self.GetFileURLForDataPath('pyauto_private', 'pdf', 'TechCrunch.pdf')
- self._RunNewTabTest('NewTabPdfPage', lambda: self._AppendTab(url),
- 'open_tab')
-
def testNewTabFlash(self):
"""Measures time to open a new tab navigated to a flash page."""
self.assertTrue(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698