| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| index 2cf04c65e1e55c0f724578ce1800c1eaa162b883..6d1aee275bbe9cd456738fd60bd1c6a293fe0807 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| @@ -971,10 +971,6 @@ class TestExpectations(object):
|
| return expected_results
|
|
|
| @staticmethod
|
| - def has_pixel_failures(actual_results):
|
| - return IMAGE in actual_results or FAIL in actual_results
|
| -
|
| - @staticmethod
|
| def suffixes_for_expectations(expectations):
|
| suffixes = set()
|
| if IMAGE in expectations:
|
|
|