Index: ui/webui/resources/cr_elements/cr_input/demo.html |
diff --git a/ui/webui/resources/cr_elements/cr_input/demo.html b/ui/webui/resources/cr_elements/cr_input/demo.html |
deleted file mode 100644 |
index 42b7834e608b337107216f6f3ed00bef9644cd9a..0000000000000000000000000000000000000000 |
--- a/ui/webui/resources/cr_elements/cr_input/demo.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!doctype html> |
-<html> |
-<head> |
- <link href="cr_input.html" rel="import"> |
-</head> |
-<body unresolved> |
- <cr-input label="Blah"></cr-input> |
- <cr-input label="This is required" required error="Put something here!"> |
- </cr-input> |
- <cr-input label="Only numbers" pattern="^[0-9]*$" |
- error="Only numbers allowed!"></cr-input> |
- <cr-input label="Password" type="password"></cr-input> |
- <cr-input label="Read only" readonly></cr-input> |
-</body> |
-</html> |