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

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

Issue 34533004: remove xtag from Polymer (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/publish_attributes_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/take_attributes_test.dart
diff --git a/pkg/polymer/test/take_attributes_test.dart b/pkg/polymer/test/take_attributes_test.dart
index c2a197f4c35060eceec35a390915f375696dbe6a..f5778c5c540425d5f1677f46aa67a7a986227312 100644
--- a/pkg/polymer/test/take_attributes_test.dart
+++ b/pkg/polymer/test/take_attributes_test.dart
@@ -56,7 +56,7 @@ main() {
setUp(() => Polymer.onReady);
test('take attributes', () {
- queryXTag(x) => document.query(x).xtag;
+ queryXTag(x) => document.query(x);
expect(queryXTag("#foo0").boolean, true);
expect(queryXTag("#foo1").boolean, false);
« no previous file with comments | « pkg/polymer/test/publish_attributes_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698