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

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

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final tweaks Created 6 years 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/prop_attr_reflection_test.dart
diff --git a/pkg/polymer/test/prop_attr_reflection_test.dart b/pkg/polymer/test/prop_attr_reflection_test.dart
index cf260f55a5acc565bba977a832461c241f855b1b..7e0ab6dc30630bab0b410d4abd8b50ea9ca04a7d 100644
--- a/pkg/polymer/test/prop_attr_reflection_test.dart
+++ b/pkg/polymer/test/prop_attr_reflection_test.dart
@@ -176,7 +176,7 @@ main() => initPolymer().run(() {
}).then((_) => onAttributeChange(xzot)).then((_) {
expect(xzot.attributes['str'], xzot.str);
// TODO(jmesserly): the JS test seems backwards of the description text.
- // Is it because it doesn't do "Platform.flush()"?
+ // Is it because it doesn't do "WebComponents.flush()"?
expect(xzot.attributes['zot'], '5',
reason: 'extendee reflect false not honored');
});

Powered by Google App Engine
This is Rietveld 408576698