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

Side by Side Diff: ui/webui/resources/cr_elements/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
1 <html> 1 <html>
2 <head> 2 <head>
3 <link href="cr_collapse.html" rel="import"> 3 <link href="cr_collapse.html" rel="import">
4 <style> 4 <style>
5 #collapse-content { 5 #collapse-content {
6 padding: 15px; 6 padding: 15px;
7 } 7 }
8 </style> 8 </style>
9 </head> 9 </head>
10 <body unresolved> 10 <body unresolved>
11 <h2>cr-collapse:</h2> 11 <h2>cr-collapse:</h2>
12 <button>toggle collapse</button> 12 <button>toggle collapse</button>
13 <cr-collapse id="collapse"> 13 <cr-collapse id="collapse">
14 <div id="collapse-content"> 14 <div id="collapse-content">
15 Content goes here... 15 Content goes here...
16 </div> 16 </div>
17 </cr-collapse> 17 </cr-collapse>
18 <div>Some more text</div> 18 <div>Some more text</div>
19 <script src="demo.js"></script> 19 <script src="demo.js"></script>
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/cr_collapse/cr_collapse.js ('k') | ui/webui/resources/cr_elements/cr_collapse/demo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698