| Index: tools/testing/dart/browser_test.dart
|
| diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
|
| index f563f9aa172248076688f7363cb3b56361cf397a..d5d5949f2a9994d9ba2c91eecb4b64536005111e 100644
|
| --- a/tools/testing/dart/browser_test.dart
|
| +++ b/tools/testing/dart/browser_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| String getHtmlContents(String title,
|
| String controllerScript,
|
| + String dartJsScript,
|
| String scriptType,
|
| String sourceScript) =>
|
| """
|
| @@ -23,6 +24,7 @@ String getHtmlContents(String title,
|
| <h1> Running $title </h1>
|
| <script type="text/javascript" src="$controllerScript"></script>
|
| <script type="$scriptType" src="$sourceScript"></script>
|
| + <script type="text/javascript" src="$dartJsScript"></script>
|
| </body>
|
| </html>
|
| """;
|
|
|