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

Unified Diff: pkg/polymer/test/events_test.html

Issue 79353003: [polymer.dart] fix *Changed observers inheriting (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/events_test.dart ('k') | pkg/polymer/test/property_change_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/events_test.html
diff --git a/pkg/polymer/test/events_test.html b/pkg/polymer/test/events_test.html
index 5ff6eabc5397414a52ee8a875115e045a08a9c1a..ec87ef3faf5477cee7c4119a9a185ff178fa48d5 100644
--- a/pkg/polymer/test/events_test.html
+++ b/pkg/polymer/test/events_test.html
@@ -32,8 +32,18 @@
</template>
</polymer-element>
+ <polymer-element name="test-c">
+ <template>
+ <div>
+ <span id="c-1">1</span>
+ <span id="c-2" on-click="{{clickHandler}}">2</span>
+ </div>
+ </template>
+ </polymer-element>
+
<test-a id="a"></test-a>
<test-b id="b"></test-b>
+ <test-c id="c"></test-c>
<script type="application/dart" src="events_test.dart"></script>
</body>
« no previous file with comments | « pkg/polymer/test/events_test.dart ('k') | pkg/polymer/test/property_change_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698