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

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

Issue 917893004: Add a <cr-dropdown-menu> custom element to cr_elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@paperdropdown
Patch Set: Add a valid license header to the css 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>
2 <head>
3 <link href="chrome://resources/polymer/core-menu/core-menu.html" rel="import">
4 <link href="chrome://resources/polymer/paper-item/paper-item.html" rel="import ">
5 <link href="cr_dropdown_menu.html" rel="import">
6 </head>
7 <body unresolved>
8 <cr-dropdown-menu>
9 <core-menu class="menu">
10 <paper-item>Chrome</paper-item>
11 <paper-item>IE</paper-item>
12 <paper-item>Firefox</paper-item>
13 </core-menu>
14 </cr-dropdown-menu>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.js ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698