Chromium Code Reviews| Index: tools/testing/dart/test_runner.dart |
| =================================================================== |
| --- tools/testing/dart/test_runner.dart (revision 13577) |
| +++ tools/testing/dart/test_runner.dart (working copy) |
| @@ -1106,7 +1106,7 @@ |
| void _runTest(TestCase test) { |
| if (test.usesWebDriver) { |
| - browserUsed = test.configuration['runtime']; |
| + browserUsed = test.configuration['browser']; |
| if (_needsSelenium) _ensureSeleniumServerRunning(); |
| } |
| _progress.testAdded(); |