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

Unified Diff: test/src/common/polymer_descriptor_test.html

Issue 1290643006: First cut at behaviors. This just implements the lifecycle methodsportion. We may get the rest for … (Closed) Base URL: git@github.com:dart-lang/polymer-dart.git@master
Patch Set: Created 5 years, 4 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: test/src/common/polymer_descriptor_test.html
diff --git a/test/src/common/polymer_descriptor_test.html b/test/src/common/polymer_descriptor_test.html
index 0822be771ca8f8358b309c199f01a98a78b72b12..f916d09a762d690db84e4d883f83f58f62779c0f 100644
--- a/test/src/common/polymer_descriptor_test.html
+++ b/test/src/common/polymer_descriptor_test.html
@@ -6,5 +6,11 @@
<!--<script type="application/dart" src="polymer_descriptor_test.dart"></script>-->
<script src="packages/test/dart.js"></script>
</head>
-<body></body>
+<body>
+ <script>
+ window.Foo = {};
+ Foo.BehaviorOne = {};
+ Foo.BehaviorTwo = {};
+ </script>
+</body>
</html>
« lib/src/common/polymer_mixin.dart ('K') | « test/src/common/polymer_descriptor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698