Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / devtools / client / accessibility / index.html
blobc1aec72920c27c8e12bbd610b971fd9dd7d71c9d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <!doctype html>
6 <html dir="">
7 <head>
8 <meta charset="utf-8" />
10 <link href="chrome://devtools/skin/badge.css" rel="stylesheet" />
11 <link
12 href="chrome://devtools/skin/accessibility-color-contrast.css"
13 rel="stylesheet"
15 <link
16 href="chrome://devtools/content/accessibility/accessibility.css"
17 rel="stylesheet"
19 <link
20 href="chrome://devtools/content/shared/components/splitter/SplitBox.css"
21 rel="stylesheet"
23 <link
24 href="chrome://devtools/content/shared/components/Accordion.css"
25 rel="stylesheet"
27 <link
28 href="chrome://devtools/content/shared/components/List.css"
29 rel="stylesheet"
31 <link
32 href="chrome://devtools/content/shared/components/tree/TreeView.css"
33 rel="stylesheet"
36 <script src="chrome://devtools/content/shared/theme-switching.js"></script>
37 </head>
38 <body class="theme-body devtools-monospace" role="application">
39 <div id="content" role="presentation" tabindex="-1"></div>
40 <script src="./main.js"></script>
41 </body>
42 </html>