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

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

Issue 1406023003: Elim cr_elements/v1_0 subdirectory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <link href="cr_collapse.html" rel="import">
4 <style>
5 #collapse-content {
6 padding: 15px;
7 }
8 </style>
9 </head>
10 <body unresolved>
11 <h2>cr-collapse:</h2>
12 <button>toggle collapse</button>
13 <cr-collapse id="collapse">
14 <div id="collapse-content">
15 Content goes here...
16 </div>
17 </cr-collapse>
18 <div>Some more text</div>
19 <script src="demo.js"></script>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698