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

Unified Diff: test/src/common/behavior_test.dart

Issue 1351693003: Update to use one less proxy per element (Closed) Base URL: git@github.com:dart-lang/polymer-dart.git@behaviors
Patch Set: update comments Created 5 years, 3 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 | « test/src/common/behavior_composition_test.dart ('k') | test/src/common/polymer_descriptor_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/src/common/behavior_test.dart
diff --git a/test/src/common/behavior_test.dart b/test/src/common/behavior_test.dart
index a4da87cb9ea8d93cd19d929f2877e1d8f667adff..1dd63235e2efccdc9deea12de3edefc0c1c4155e 100644
--- a/test/src/common/behavior_test.dart
+++ b/test/src/common/behavior_test.dart
@@ -168,6 +168,13 @@ main() async {
expect(el.attributes['js'], 'hello');
});
});
+
+ group('host attributes', () {
+ test('get assigned', () {
+ expect(el.attributes['dart'], 'hello');
+ expect(el.attributes['js'], 'hello');
+ });
+ });
});
}
« no previous file with comments | « test/src/common/behavior_composition_test.dart ('k') | test/src/common/polymer_descriptor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698