| Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index ab4f31acfa96af84e8ec202d247abb9a60805545..873ac0b8ee3d0a2ecb571ffaca55e03794de8057 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -729,7 +729,7 @@
|
|
|
| # When collecting test cases, we include any file with these extensions.
|
| _supported_file_extensions = set(['.html', '.xml', '.xhtml', '.xht', '.pl',
|
| - '.htm', '.php', '.svg', '.mht', '.pdf'])
|
| + '.htm', '.php', '.svg', '.mht'])
|
|
|
| @staticmethod
|
| # If any changes are made here be sure to update the isUsedInReftest method in old-run-webkit-tests as well.
|
|
|