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

Unified Diff: test/iron_icon_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_icon_test.dart ('k') | test/iron_iconset_svg_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « test/iron_icon_test.dart ('k') | test/iron_iconset_svg_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698