summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/third_party/chromevox/chromevox/background/kbexplorer.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/third_party/chromevox/chromevox/background/kbexplorer.html')
-rw-r--r--chromium/chrome/third_party/chromevox/chromevox/background/kbexplorer.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/chromium/chrome/third_party/chromevox/chromevox/background/kbexplorer.html b/chromium/chrome/third_party/chromevox/chromevox/background/kbexplorer.html
deleted file mode 100644
index ceb71cd3a44..00000000000
--- a/chromium/chrome/third_party/chromevox/chromevox/background/kbexplorer.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-<head>
-<title class="i18n" msg="kbexplorer_title">Chrome OS Keyboard Explorer</title>
-<style type="text/css">
-h2 {
- font-family:arial;
-}
-</style>
-<script type="text/javascript" src="../../closure/base.js"></script>
-<script type="text/javascript" src="../../deps.js"></script>
-<script type="text/javascript" src="kbexplorer_loader.js"></script>
-
-<script type="text/javascript" src="../../chromeVoxKbExplorerScript.js"></script>
-
-</head>
-<body>
- <h2 class="i18n" msgid="kbexplorer_title">ChromeOS Keyboard Explorer</h2>
- <p class="i18n" msgid="kbexplorer_instructions">
- Press any key to learn its name. Ctrl + W will close the keyboard explorer.
- </p>
-</body>
-</html>