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

Unified Diff: pkg/polymer/test/attr_deserialize_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/attr_deserialize_test.dart ('k') | pkg/polymer/test/attr_mustache_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/attr_deserialize_test.html
diff --git a/pkg/polymer/test/attr_deserialize_test.html b/pkg/polymer/test/attr_deserialize_test.html
index 48c210249955f560780eb94a72826b5a83b40312..c6592afe6ed75d261cdeacc88865de26adb49c47 100644
--- a/pkg/polymer/test/attr_deserialize_test.html
+++ b/pkg/polymer/test/attr_deserialize_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>
@@ -24,6 +25,5 @@ BSD-style license that can be found in the LICENSE file.
</my-element>
<script type="application/dart" src="attr_deserialize_test.dart"></script>
- <script type="application/dart" src="packages/polymer/init.dart"></script>
</body>
</html>
« no previous file with comments | « pkg/polymer/test/attr_deserialize_test.dart ('k') | pkg/polymer/test/attr_mustache_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698