| Index: samples/third_party/todomvc/test/markdone_shadow_test.html
|
| diff --git a/samples/third_party/todomvc/test/markdone_shadow_test.html b/samples/third_party/todomvc/test/markdone_shadow_test.html
|
| index 3840feda2493f755289fae0d7ee2359aea491f8e..88b652fb1bf1c7fce63755410e6d812ffa4f711d 100644
|
| --- a/samples/third_party/todomvc/test/markdone_shadow_test.html
|
| +++ b/samples/third_party/todomvc/test/markdone_shadow_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">
|
| <script>
|
| @@ -20,6 +21,5 @@ BSD-style license that can be found in the LICENSE file.
|
| <body>
|
| <todo-app></todo-app>
|
| <script type="application/dart" src="markdone_shadow_test.dart"></script>
|
| - <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|