| Index: samples/third_party/todomvc/test/markdone_test.html
|
| diff --git a/samples/third_party/todomvc/test/markdone_test.html b/samples/third_party/todomvc/test/markdone_test.html
|
| index 7ed86c2f22ef428e48ca1e601fdb1ea9734b262c..1b118fe75b75e3e159d8d91b6ee1bd500e8797a4 100644
|
| --- a/samples/third_party/todomvc/test/markdone_test.html
|
| +++ b/samples/third_party/todomvc/test/markdone_test.html
|
| @@ -6,6 +6,7 @@ BSD-style license that can be found in the LICENSE file.
|
| -->
|
| <html lang="en">
|
| <head>
|
| + <!--polymer-test: this comment is needed for test_suite.dart-->
|
| <meta charset="utf-8">
|
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| <link rel="import" href="../web/app.html">
|
| @@ -16,6 +17,5 @@ BSD-style license that can be found in the LICENSE file.
|
| <body>
|
| <todo-app></todo-app>
|
| <script type="application/dart" src="markdone_test.dart"></script>
|
| - <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|