| Index: test/iron_icon_test.html
|
| diff --git a/test/iron_icon_test.html b/test/iron_icon_test.html
|
| index 24bec944aa6ea1edf6dd76a5aa025cf3fddf97e9..92b5a2039241e5d7bdc9deafd2f6a68177871f37 100644
|
| --- a/test/iron_icon_test.html
|
| +++ b/test/iron_icon_test.html
|
| @@ -35,5 +35,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <iron-icon></iron-icon>
|
| <iron-icon src=""></iron-icon>
|
| </template>
|
| +
|
| + <template id="UsingAsyncIconset">
|
| + <iron-icon icon="async:location"></iron-icon>
|
| + </template>
|
| +
|
| + <template id="AsyncIconset">
|
| + <iron-iconset name="async" icons="location blank" src="location.png" size="24" width="48"></iron-iconset>
|
| + </template>
|
| </body>
|
| </html>
|
|
|