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

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

Issue 26051002: Updating Polymer to derive from custom elements. (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
Index: pkg/polymer/test/instance_attrs_test.dart
diff --git a/pkg/polymer/test/instance_attrs_test.dart b/pkg/polymer/test/instance_attrs_test.dart
index 6717ceda182d6ab65e1109b500382234ea779d87..ebe17b8e3a89f52afb62492b4c5ae6cfca110d35 100644
--- a/pkg/polymer/test/instance_attrs_test.dart
+++ b/pkg/polymer/test/instance_attrs_test.dart
@@ -11,7 +11,7 @@ main() {
useHtmlConfiguration();
test('attributes were deserialized', () {
- var elem = query('my-element').xtag;
+ var elem = query('my-element');
expect(elem.attributes, {'foo': '123', 'bar': 'hi', 'baz': 'world'},
reason: 'attributes should be copied to instance');

Powered by Google App Engine
This is Rietveld 408576698