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

Unified Diff: test/src/common/polymer_mixin_test.html

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/polymer_mixin_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/src/common/polymer_mixin_test.html
diff --git a/test/src/common/polymer_mixin_test.html b/test/src/common/polymer_mixin_test.html
index aa7f9c9e6e25764214df29b730dbc5b1e1397424..93c86c80c57e945119c499e81a54ff1819ee0d98 100644
--- a/test/src/common/polymer_mixin_test.html
+++ b/test/src/common/polymer_mixin_test.html
@@ -20,6 +20,16 @@ BSD-style license that can be found in the LICENSE file.
child
</div>
</div>
+ <!-- This test makes sure that if a list is in a binding the updates
+ don't happen twice -->
+ <sub-element id="sub" my-ints="{{myInts}}" my-map="{{myMap}}"
+ my-model="{{myModel}}"></sub-element>
+ </template>
+ </dom-module>
+
+ <dom-module id="sub-element">
+ <template>
+ <span id="modelValue">{{myModel.value}}</span>
</template>
</dom-module>
</body>
« no previous file with comments | « test/src/common/polymer_mixin_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698