Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
| index f0354ba7866367f354e8afe8678688e2151b99d6..b3149d4f81f4551665fb8074d9c8878226c69f93 100644 |
| --- a/tools/testing/dart/test_options.dart |
| +++ b/tools/testing/dart/test_options.dart |
| @@ -165,7 +165,7 @@ is 'dart file.dart' and you specify special command |
| 'browser', |
| 'Web browser to use on webdriver tests', |
| ['-b', '--browser'], |
| - ['ff', 'chrome', 'safari', 'ie'], |
| + ['ff', 'chrome', 'safari', 'ie', 'opera'], |
|
Emily Fortuna
2012/02/10 19:08:19
lgtm! We'll also want to add this option to run_se
|
| 'chrome'), |
| new _TestOptionSpecification( |
| 'frog', |