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