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

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

Issue 507653004: update polymer to 0.3.5 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review updates Created 6 years, 4 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/event_binding_release_handler_test.html ('k') | pkg/polymer/test/js_interop_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/js_interop_test.dart
diff --git a/pkg/polymer/test/js_interop_test.dart b/pkg/polymer/test/js_interop_test.dart
index 154cd01d8a232b6882738281d1f6fee22d93af41..b8cdd5a7a2deb6bc0f00540e2f47b8b8664baf8c 100644
--- a/pkg/polymer/test/js_interop_test.dart
+++ b/pkg/polymer/test/js_interop_test.dart
@@ -58,8 +58,8 @@ main() => initPolymer().run(() {
test('elements can be passed through Node.bind to JS', () {
var text = querySelector('dart-element2')
- .shadowRoot.querySelector('js-element2')
- .shadowRoot.text;
+ .shadowRoot.querySelector('js-element2')
+ .shadowRoot.text;
expect(text, 'QUX:123');
});
« no previous file with comments | « pkg/polymer/test/event_binding_release_handler_test.html ('k') | pkg/polymer/test/js_interop_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698