Commit e4b79071 authored by jam@chromium.org's avatar jam@chromium.org

Remove the testNewTabPdf test since the pdf data files are going away.

Review URL: https://chromiumcodereview.appspot.com/10854234

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152391 0039d316-1c4b-4281-b951-d872f2087c98
parent ac8cc17c
......@@ -731,16 +731,6 @@ class TabPerfTest(BasePerfTest):
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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment