Commit 5f673729 authored by rohitbm@google.com's avatar rohitbm@google.com

BUG=70811

Review URL: http://codereview.chromium.org/6359012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72694 0039d316-1c4b-4281-b951-d872f2087c98
parent 3f0bc8d4
......@@ -43,10 +43,11 @@ class PDFTest(pyauto.PyUITest):
pdf_files = glob.glob(os.path.join(pdf_files_path, '*.pdf'))
# Add a pdf file over http:// to the list of pdf files.
# crbug.com/70454
pdf_files += ['http://www.irs.gov/pub/irs-pdf/fw4.pdf']
pdf_files += ['http://www.irs.gov/pub/irs-pdf/fw9.pdf']
for pdf_file in pdf_files:
# Some pdfs cause known crashes. Exclude them. crbug.com/63549
if os.path.basename(pdf_file) in ('nullip.pdf', 'sample.pdf'):
# crbug.com/70811
if os.path.basename(pdf_file) in ('nullip.pdf', 'sample.pdf', 'fw4.pdf'):
continue
url = self.GetFileURLForPath(pdf_file)
self.AppendTab(pyauto.GURL(url))
......
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