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

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

Issue 918913002: Add a <cr-input> element to cr_elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
(Empty)
1 <html>
michaelpg 2015/02/13 00:08:29 <!doctype html>
Jeremy Klein 2015/02/13 00:22:55 Done.
2 <head>
3 <link href="cr_input.html" rel="import">
4 </head>
5 <body unresolved>
6 <cr-input value="Blah"></cr-input>
7 </body>
8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698