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

Unified Diff: pkg/polymer/test/instance_attrs_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
« no previous file with comments | « pkg/polymer/test/instance_attrs_test.dart ('k') | pkg/polymer/test/prop_attr_bind_reflection_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/instance_attrs_test.html
diff --git a/pkg/polymer/test/instance_attrs_test.html b/pkg/polymer/test/instance_attrs_test.html
index b8f3b23d418d68b7a6474cb95e86279753a534c1..38e42d408bdb326067c64417cb4cb7dc0c491ec4 100644
--- a/pkg/polymer/test/instance_attrs_test.html
+++ b/pkg/polymer/test/instance_attrs_test.html
@@ -5,6 +5,7 @@ for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
-->
<html>
+ <!--polymer-test: this comment is needed for test_suite.dart-->
<head>
<title>Polymer.dart attribute deserialization test</title>
<script src="packages/unittest/test_controller.js"></script>
@@ -21,6 +22,5 @@ BSD-style license that can be found in the LICENSE file.
<my-element baz="world"></my-element>
<script type="application/dart" src="instance_attrs_test.dart"></script>
- <script type="application/dart" src="packages/polymer/init.dart"></script>
</body>
</html>
« no previous file with comments | « pkg/polymer/test/instance_attrs_test.dart ('k') | pkg/polymer/test/prop_attr_bind_reflection_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698