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

Side by Side Diff: ui/webui/resources/cr_elements/v0_8/cr_button/demo.html

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link href="cr_button.html" rel="import"> 4 <link href="cr_button.html" rel="import">
5 <link href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html" rel="imp ort"> 5 <link href="chrome://resources/polymer/v0_8/iron-icon/iron-icon.html" rel="imp ort">
6 <link href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html" rel="i mport"> 6 <link href="chrome://resources/polymer/v0_8/iron-icons/iron-icons.html" rel="i mport">
7 </head> 7 </head>
8 <body unresolved> 8 <body unresolved>
9 <cr-button>Flat button</cr-button> 9 <cr-button>Flat button</cr-button>
10 <cr-button raised>Raised Button</cr-button> 10 <cr-button raised>Raised Button</cr-button>
11 <cr-button disabled>Disabled Button</cr-button> 11 <cr-button disabled>Disabled Button</cr-button>
12 <cr-button><iron-icon icon="mail"></iron-icon>&nbsp;Custom button</cr-button> 12 <cr-button><iron-icon icon="mail"></iron-icon>&nbsp;Custom button</cr-button>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698