Chromium Code Reviews| Index: testing/variations/fieldtrial_testing_config_linux.json |
| diff --git a/testing/variations/fieldtrial_testing_config_linux.json b/testing/variations/fieldtrial_testing_config_linux.json |
| index 46e47846593187f8b7e56715c178d86b96973f08..0919280af4f4208633578592dd4bb0720dc82c40 100644 |
| --- a/testing/variations/fieldtrial_testing_config_linux.json |
| +++ b/testing/variations/fieldtrial_testing_config_linux.json |
| @@ -155,6 +155,18 @@ |
| "group_name": "Enabled" |
| } |
| ], |
| + "ParseHTMLOnMainThread": [ |
| + { |
| + "enable_features": [ |
| + "ParseHTMLOnMainThread" |
| + ], |
| + "group_name": "Enabled_SyncTokenize", |
| + "params": { |
| + "parseHTMLOnMainThreadCoalesceChunks": "false", |
| + "parseHTMLOnMainThreadSyncTokenize": "true" |
| + } |
|
Ilya Sherman
2016/08/10 05:53:13
I think the best practice is to test the configura
Charlie Harrison
2016/08/10 12:05:31
That makes sense, but I'd argue that shipping expe
Ilya Sherman
2016/08/10 18:53:21
In general, each feature's tests should test all t
|
| + } |
| + ], |
| "PasswordBranding": [ |
| { |
| "group_name": "SmartLockBrandingSavePromptOnly" |