Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 3703) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -581,7 +581,8 @@ |
| } |
| String getHtmlName(String filename) { |
| - return filename.replaceAll('/', '_') + configuration['component'] + '.html'; |
| + return filename.replaceAll('/', '_').replaceAll(':', '_') |
| + + configuration['component'] + '.html'; |
| } |
| String get dumpRenderTreeFilename() { |