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

Unified Diff: pkg/polymer/test/custom_event_test.dart

Issue 25740006: port polymer data binding tests (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/bind_test.html ('k') | pkg/polymer/test/template_distribute_dynamic_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/custom_event_test.dart
diff --git a/pkg/polymer/test/custom_event_test.dart b/pkg/polymer/test/custom_event_test.dart
index b0010e77445fae0e07689faea7a8d5060c8c6402..0a6b197e8a0c0139540f28716e9523c3cdf20151 100644
--- a/pkg/polymer/test/custom_event_test.dart
+++ b/pkg/polymer/test/custom_event_test.dart
@@ -34,7 +34,7 @@ class FooBar extends PolymerElement {
class TestCustomEvent extends PolymerElement {
TestCustomEvent.created() : super.created();
- get fooBar => getShadowRoot('test-custom-event').query('foo-bar').xtag;
+ get fooBar => getShadowRoot('test-custom-event').query('foo-bar');
final events = [];
fooHandler(e) => events.add(['foo', e]);
« no previous file with comments | « pkg/polymer/test/bind_test.html ('k') | pkg/polymer/test/template_distribute_dynamic_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698