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

Unified Diff: polymer_0.5.0/bower_components/paper-button/demo.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 12 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
Index: polymer_0.5.0/bower_components/paper-button/demo.html
diff --git a/bower_components/paper-button/demo.html b/polymer_0.5.0/bower_components/paper-button/demo.html
similarity index 90%
rename from bower_components/paper-button/demo.html
rename to polymer_0.5.0/bower_components/paper-button/demo.html
index 1c782f741ca414382451932f2210e79a8aee53b8..2f30039196b9cf0f33295be0edddc9e7119571bd 100644
--- a/bower_components/paper-button/demo.html
+++ b/polymer_0.5.0/bower_components/paper-button/demo.html
@@ -13,7 +13,7 @@ license that can be found in the LICENSE file.
<title>paper-button</title>
- <script src="../platform/platform.js"></script>
+ <script src="../webcomponentsjs/webcomponents.js"></script>
<link href="../font-roboto/roboto.html" rel="import">
<link href="../core-icon/core-icon.html" rel="import">
@@ -71,6 +71,7 @@ license that can be found in the LICENSE file.
<paper-button>button</paper-button>
<paper-button class="colored">colored</paper-button>
<paper-button disabled>disabled</paper-button>
+ <paper-button noink>noink</paper-button>
</section>
@@ -83,6 +84,7 @@ license that can be found in the LICENSE file.
<paper-button raised>button</paper-button>
<paper-button raised class="colored">colored</paper-button>
<paper-button raised disabled>disabled</paper-button>
+ <paper-button raised noink>noink</paper-button>
</section>
@@ -98,6 +100,10 @@ license that can be found in the LICENSE file.
<core-icon icon="clear"></core-icon>
cancel
</paper-button>
+ <br>
+ <paper-button>
+ <a href="https://www.polymer-project.org" target="_blank">link</a>
+ </paper-button>
</section>
« no previous file with comments | « polymer_0.5.0/bower_components/paper-button/bower.json ('k') | polymer_0.5.0/bower_components/paper-button/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698