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

Unified Diff: test/paper_ripple_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_ripple_test.dart ('k') | test/paper_slider_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/paper_ripple_test.html
diff --git a/test/paper_ripple_test.html b/test/paper_ripple_test.html
index a7324c08aff3506e48541578158af85f96ec6a8e..ee3abea59fd405b30b16199ad777f3a65a9180d1 100644
--- a/test/paper_ripple_test.html
+++ b/test/paper_ripple_test.html
@@ -46,5 +46,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<paper-ripple recenters></paper-ripple>
</div>
</template>
+
+ <template id="NoinkTarget">
+ <div id="RippleContainer">
+ <paper-ripple noink></paper-ripple>
+ </div>
+ </template>
</body>
</html>
« no previous file with comments | « test/paper_ripple_test.dart ('k') | test/paper_slider_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698