| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py
|
| index 86df73e7e6337e7edbeba36519b8f2044105b98d..13580bb38265d465ad7894e16e52ed78d43c137f 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py
|
| @@ -412,6 +412,7 @@ class WPTExpectationsUpdater(object):
|
| 'rebaseline-cl',
|
| '--verbose',
|
| '--no-trigger-jobs',
|
| + '--fill-missing',
|
| ] + tests_to_rebaseline)
|
| return tests_results
|
|
|
|
|