| 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>
|
|
|