| OLD | NEW |
| 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> |
| OLD | NEW |