| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2013 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <title>Accessibility Internals</title> | 10 <title>Accessibility Internals</title> |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 | 128 |
| 129 <!-- | 129 <!-- |
| 130 <div id="global" class="row">Global accessibility mode: | 130 <div id="global" class="row">Global accessibility mode: |
| 131 <a is="action-link" role="button" id="toggle_global" aria-labelledby="global
"></a> | 131 <a is="action-link" role="button" id="toggle_global" aria-labelledby="global
"></a> |
| 132 </div> | 132 </div> |
| 133 | 133 |
| 134 <div id="internal" class="row">Show internal accessibility tree instead of nat
ive: | 134 <div id="internal" class="row">Show internal accessibility tree instead of nat
ive: |
| 135 <a is="action-link" role="button" id="toggle_internal" aria-labelledby="inte
rnal"></a> | 135 <a is="action-link" role="button" id="toggle_internal" aria-labelledby="inte
rnal"></a> |
| 136 </div> | 136 </div> |
| 137 --> | 137 --> |
| 138 <h2>Pages:</h2> |
| 138 <div id="pages" class="list"></div> | 139 <div id="pages" class="list"></div> |
| 139 <script src="chrome://resources/js/i18n_template.js"></script> | 140 <script src="chrome://resources/js/i18n_template.js"></script> |
| 140 </body> | 141 </body> |
| 141 </html> | 142 </html> |
| OLD | NEW |