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 de470369d05f5a0d18ecad12bc8080eba99cf946..746c3e9946fd79f7f6cbae9ec1cef82f71c91862 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py |
@@ -734,7 +734,7 @@ class Port(object): |
# When collecting test cases, we include any file with these extensions. |
_supported_file_extensions = set(['.html', '.xml', '.xhtml', '.xht', '.pl', |
- '.htm', '.php', '.svg', '.mht']) |
+ '.htm', '.php', '.svg', '.mht', '.pdf']) |
ivandavid
2014/07/10 22:39:09
Added so that the framework can look for .pdf test
|
@staticmethod |
# If any changes are made here be sure to update the isUsedInReftest method in old-run-webkit-tests as well. |