| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| index 6a63a3bd5e28cff6bcb75f4dd785625899e8e4cd..40029a05f97bc3ac4c7bcdc9519771c4fa8ea681 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| @@ -304,6 +304,7 @@ class W3CExpectationsLineAdder(object):
|
| 'rebaseline-cl',
|
| '--verbose',
|
| '--no-trigger-jobs',
|
| + '--only-changed-tests',
|
| ] + tests_to_rebaseline)
|
| return tests_results
|
|
|
|
|