| Index: tools/dom/dom.py
|
| diff --git a/tools/dom/dom.py b/tools/dom/dom.py
|
| index 793764caf40fa6e2a3ee2ba4cc2f7ac9a4135eca..f4a5c85ad19fab8a2de5f1af76cd8d8e0bb36f14 100755
|
| --- a/tools/dom/dom.py
|
| +++ b/tools/dom/dom.py
|
| @@ -183,7 +183,8 @@ commands = {
|
| 'test_docs': [test_docs, 'Tests docs.dart'],
|
| 'test_chrome': [test_chrome, 'Run tests in checked mode in Chrome.\n'
|
| '\t\tOptionally provide name of test to run.'],
|
| - 'test_drt': [test_drt, 'Run tests in checked mode in DumpRenderTree.\n'
|
| + # TODO(antonm): fix option name.
|
| + 'test_drt': [test_drt, 'Run tests in checked mode in content shell.\n'
|
| '\t\tOptionally provide name of test to run.'],
|
| 'test_ff': [test_ff, 'Run tests in checked mode in Firefox.\n'
|
| '\t\tOptionally provide name of test to run.'],
|
|
|