Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 | |
| 3 <!-- Demo page for cr-elements. Add new elements to demo_elements.html to --> | |
| 4 <!-- view them and test their interactions with other elements. --> | |
| 5 <!-- To view this page, navigate to: --> | |
| 6 <!-- chrome://resources/cr_elements/v0_8/demo_page.html --> | |
| 7 | |
| 8 <html> | |
| 9 | |
| 10 <head> | |
| 11 <link href="demo_element.html" rel="import" > | |
| 12 </head> | |
| 13 | |
| 14 <body> | |
| 15 <h1>cr-elements</h1> | |
| 16 <cr-demo-element></cr-demo-element> | |
| 17 </body> | |
| 18 | |
| 19 </html> | |
| OLD | NEW |