• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML>
2<html>
3<!--
4Copyright (c) 2013 The Chromium Authors. All rights reserved.
5Use of this source code is governed by a BSD-style license that can be
6found in the LICENSE file.
7-->
8<head>
9  <meta charset="utf-8">
10  <title>Accessibility</title>
11  <link rel="stylesheet" href="accessibility.css">
12  <script src="chrome://resources/js/cr.js"></script>
13  <script src="chrome://resources/js/load_time_data.js"></script>
14  <script src="chrome://resources/js/util.js"></script>
15  <script src="strings.js"></script>
16  <script src="accessibility.js"></script>
17</head>
18<body>
19  <h1>Accessibility</h1>
20  <div id="global" class="row">Global accessibility mode:
21    <a id="toggle_global" href="#"></a></div>
22  <div id="pages" class="list"></div>
23  <script src="chrome://resources/js/i18n_template2.js"></script>
24</body>
25</html>
26