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

Unified Diff: ui/webui/resources/cr_elements/v1_0/cr_input/demo.html

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/v1_0/cr_input/demo.html
diff --git a/ui/webui/resources/cr_elements/v1_0/cr_input/demo.html b/ui/webui/resources/cr_elements/v1_0/cr_input/demo.html
deleted file mode 100644
index 45b10c401f8335a2ee850620ef2887053dd4887c..0000000000000000000000000000000000000000
--- a/ui/webui/resources/cr_elements/v1_0/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-message="Put something here!">
- </cr-input>
- <cr-input label="Only numbers" pattern="^[0-9]*$"
- error-message="Only numbers allowed!"></cr-input>
- <cr-input label="Password" type="password"></cr-input>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698