Index: ui/webui/resources/cr_elements/v1_0/cr_toggle_button/demo.html |
diff --git a/ui/webui/resources/cr_elements/v1_0/cr_toggle_button/demo.html b/ui/webui/resources/cr_elements/v1_0/cr_toggle_button/demo.html |
deleted file mode 100644 |
index 17ac7314461ff03893e00f1aced2b22dd3e1d5fc..0000000000000000000000000000000000000000 |
--- a/ui/webui/resources/cr_elements/v1_0/cr_toggle_button/demo.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<html> |
-<head> |
- <link href="cr_toggle_button.html" rel="import"> |
-</head> |
-<body unresolved> |
- <h2>Unchecked:</h2> |
- <cr-toggle-button>Unchecked Toggle Button</cr-toggle-button> |
- <h2>Checked:</h2> |
- <cr-toggle-button checked>Checked Toggle Button</cr-toggle-button> |
- <h2>Disabled:</h2> |
- <cr-toggle-button disabled>Disabled Toggle Button</cr-toggle-button> |
-</body> |
-</html> |