| Index: third_party/WebKit/Tools/Scripts/check-testharness-expected-pass
|
| diff --git a/third_party/WebKit/Tools/Scripts/check-testharness-expected-pass b/third_party/WebKit/Tools/Scripts/check-testharness-expected-pass
|
| index 42c3ef0919b07834304a9505448491327b07387a..82b070f8aba9efeed4e0286219250552642c88d5 100755
|
| --- a/third_party/WebKit/Tools/Scripts/check-testharness-expected-pass
|
| +++ b/third_party/WebKit/Tools/Scripts/check-testharness-expected-pass
|
| @@ -22,8 +22,8 @@ paths = []
|
| for path in sys.argv[1:]:
|
| content = open(path, 'r').read()
|
| if (testharness_results.is_testharness_output(content) and
|
| - testharness_results.is_testharness_output_passing(content) and
|
| - not testharness_results.is_testharness_output_with_console_errors_or_warnings(content)):
|
| + testharness_results.is_testharness_output_passing(content) and
|
| + not testharness_results.is_testharness_output_with_console_errors_or_warnings(content)):
|
| paths.append(path)
|
|
|
| if len(paths) > 0:
|
|
|