Chromium Code Reviews| Index: ui/accessibility/extensions/longdesc/options.html |
| diff --git a/ui/accessibility/extensions/longdesc/options.html b/ui/accessibility/extensions/longdesc/options.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8cc2a9579113bbd994943baf12e691864f2b47fe |
| --- /dev/null |
| +++ b/ui/accessibility/extensions/longdesc/options.html |
| @@ -0,0 +1,11 @@ |
| +<!doctype html> |
| +<html> |
| +<body> |
| + <h1>Options</h1> |
| + <br> |
| + <label> |
| + <input type="checkbox" id="border">Add border to elements with aria-describedat or longdesc attributes. |
| + </label> |
| + <script src="options.js"></script> |
| +</body> |
| +</html> |