| Index: tools/testing/dart/browser_test.dart
|
| diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
|
| index ec6d9a88b413f77f82dc5b6d3c9045e1da7e4be6..791ec4c86c95e50c97e28b9fd03c20000c4b3e07 100644
|
| --- a/tools/testing/dart/browser_test.dart
|
| +++ b/tools/testing/dart/browser_test.dart
|
| @@ -23,7 +23,8 @@ String getHtmlContents(String title,
|
| <body>
|
| <h1> Running $title </h1>
|
| <script type="text/javascript" src="$controllerScript"></script>
|
| - <script type="$scriptType" src="$sourceScript"></script>
|
| + <script type="$scriptType" src="$sourceScript" onerror="externalError(null)">
|
| + </script>
|
| <script type="text/javascript" src="$dartJsScript"></script>
|
| </body>
|
| </html>
|
|
|