Chromium Code Reviews| Index: utils/template/template.html |
| diff --git a/utils/template/template.html b/utils/template/template.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..acb9693f188e2cbcaa46b11b15a5a37ee7d061a5 |
| --- /dev/null |
| +++ b/utils/template/template.html |
| @@ -0,0 +1,8 @@ |
| +<html> |
| + <head> |
| + <title>Template UITest</title> |
| + </head> |
| + <body> |
| + <script type="application/dart" src="uitest.dart"></script> |
| + </body> |
| +</html> |