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

Unified Diff: test/paper_badge_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/paper_badge_test.dart ('k') | test/paper_button_behavior_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/paper_badge_test.html
diff --git a/test/paper_badge_test.html b/test/paper_badge_test.html
index 8ab9ec3a3f7923bc00766abe2982be00be49b821..f468de38712e32e492fd5bab4069d98e9305896e 100644
--- a/test/paper_badge_test.html
+++ b/test/paper_badge_test.html
@@ -48,6 +48,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</div>
</template>
+<template id="nested">
+ <div>
+ <div id="target">
+ <paper-badge label="1"></paper-badge>
+ </div>
+ </div>
+</template>
+
<template id="custom">
<test-button></test-button>
</template>
« no previous file with comments | « test/paper_badge_test.dart ('k') | test/paper_button_behavior_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698