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

Unified Diff: test/iron_selector_multi_test.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 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 | « test/iron_selector_multi_test.dart ('k') | test/iron_selector_template_repeat_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/iron_selector_multi_test.html
diff --git a/test/iron_selector_multi_test.html b/test/iron_selector_multi_test.html
index 7bda9571ac2d4a72cbdb4f8eaca20dc60894bd31..87a434586e709895bf16842e92b128f4b85b0967 100644
--- a/test/iron_selector_multi_test.html
+++ b/test/iron_selector_multi_test.html
@@ -35,5 +35,18 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<div>Item 4</div>
</iron-selector>
</template>
+
+ <!--
+ NOTE(cdata): Enable test-fixture when polymer/polymer#2495 is resolved
+ -->
+ <!--
+ <template id="repeatedItems">-->
+ <iron-selector multi id="repeatedItems">
+ <template is="dom-repeat" items='["foo", "bar", "baz"]'>
+ <div>[[item]]</div>
+ </template>
+ <div>vim</div>
+ </iron-selector>
+ <!--</template>-->
</body>
</html>
« no previous file with comments | « test/iron_selector_multi_test.dart ('k') | test/iron_selector_template_repeat_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698