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

Side by Side Diff: ui/webui/resources/cr_elements/demo_page.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 <!doctype html> 1 <!doctype html>
2 2
3 <!-- Demo page for cr-elements. Add new elements to demo_elements.html to --> 3 <!-- Demo page for cr-elements. Add new elements to demo_elements.html to -->
4 <!-- view them and test their interactions with other elements. --> 4 <!-- view them and test their interactions with other elements. -->
5 <!-- To view this page, navigate to: --> 5 <!-- To view this page, navigate to: -->
6 <!-- chrome://resources/cr_elements/v1_0/demo_page.html --> 6 <!-- chrome://resources/cr_elements/demo_page.html -->
7 7
8 <html> 8 <html>
9 9
10 <head> 10 <head>
11 <script src="demo_config.js"></script> 11 <script src="demo_config.js"></script>
12 <link href="demo_element.html" rel="import" > 12 <link href="demo_element.html" rel="import" >
13 </head> 13 </head>
14 14
15 <body> 15 <body>
16 <h1>cr-elements</h1> 16 <h1>cr-elements</h1>
17 <cr-demo-element></cr-demo-element> 17 <cr-demo-element></cr-demo-element>
18 </body> 18 </body>
19 19
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/demo_element.js ('k') | ui/webui/resources/cr_elements/network/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698