| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| index 99696d82ee0042fe7d8ce3675c183e682e764c00..8caa993decf1f374b4ab236c706e8b3f7420fae3 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -552,6 +552,14 @@ SPEC = {
|
| 'content_unittests',
|
| 'content_browsertests',
|
| ],
|
| + 'tests': [
|
| + steps.BlinkTest(extra_args=[
|
| + '--additional-driver-flag',
|
| + '--isolate-sites-for-testing=*.is',
|
| + '--additional-expectations',
|
| + 'src\\third_party\\WebKit\\LayoutTests\\FlagExpectations\\isolate-extensions',
|
| + ]),
|
| + ],
|
| 'test_generators': [
|
| steps.generate_gtest,
|
| steps.generate_script,
|
|
|