Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(574)

Unified Diff: samples/third_party/todomvc/test/mainpage_test.html

Issue 27903006: Improves how to initialize polymer apps and fixes polymer build and linter to (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: samples/third_party/todomvc/test/mainpage_test.html
diff --git a/samples/third_party/todomvc/test/mainpage_test.html b/samples/third_party/todomvc/test/mainpage_test.html
index 3fecb6ae403595666a76abf4f0be0ec8eec3ec1f..44b722c8cb0de2fb614692299dfc618f3605a6e0 100644
--- a/samples/third_party/todomvc/test/mainpage_test.html
+++ b/samples/third_party/todomvc/test/mainpage_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="mainpage_test.dart"></script>
- <script type="application/dart" src="packages/polymer/init.dart"></script>
</body>
</html>
« no previous file with comments | « samples/third_party/todomvc/test/mainpage_test.dart ('k') | samples/third_party/todomvc/test/markdone_shadow_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698