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

Unified Diff: ui/webui/resources/cr_elements/v0_8/demo_page.html

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/v0_8/demo_page.html
diff --git a/ui/webui/resources/cr_elements/v0_8/demo_page.html b/ui/webui/resources/cr_elements/v0_8/demo_page.html
deleted file mode 100644
index cf01050772ec478ffc252239568a63575bbcd373..0000000000000000000000000000000000000000
--- a/ui/webui/resources/cr_elements/v0_8/demo_page.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!doctype html>
-
-<!-- Demo page for cr-elements. Add new elements to demo_elements.html to -->
-<!-- view them and test their interactions with other elements. -->
-<!-- To view this page, navigate to: -->
-<!-- chrome://resources/cr_elements/v0_8/demo_page.html -->
-
-<html>
-
-<head>
- <script src="demo_config.js"></script>
- <link href="demo_element.html" rel="import" >
-</head>
-
-<body>
- <h1>cr-elements</h1>
- <cr-demo-element></cr-demo-element>
-</body>
-
-</html>
« no previous file with comments | « ui/webui/resources/cr_elements/v0_8/demo_element.js ('k') | ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698