Bug 1880488 [wpt PR 44609] - Update wpt metadata, a=testonly
[gecko.git] / devtools / client / framework / toolbox.xhtml
blob3c087f7c0d5aed35a71fa57d212e164582a7f963
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/. -->
6 <!DOCTYPE window>
7 <window
8 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
9 xmlns:html="http://www.w3.org/1999/xhtml"
10 csp="default-src chrome: resource:; img-src chrome: resource: data:; object-src 'none'"
11 role="application"
13 <linkset>
14 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
15 <html:link rel="stylesheet" href="chrome://devtools/skin/toolbox.css" />
16 <html:link
17 rel="stylesheet"
18 href="chrome://devtools/content/shared/components/NotificationBox.css"
20 <html:link
21 rel="stylesheet"
22 href="chrome://devtools/content/framework/components/DebugTargetErrorPage.css"
24 <html:link
25 rel="stylesheet"
26 href="chrome://devtools/content/framework/components/ChromeDebugToolbar.css"
29 <html:link rel="localization" href="devtools/client/tooltips.ftl" />
30 </linkset>
32 <html:link href="chrome://browser/skin/window.svg" rel="shortcut icon" />
33 <script src="chrome://devtools/content/shared/theme-switching.js" />
34 <script src="chrome://global/content/viewSourceUtils.js" />
36 <script src="chrome://devtools/content/framework/toolbox-init.js" />
38 <vbox id="toolbox-container" role="group">
39 <div xmlns="http://www.w3.org/1999/xhtml" id="toolbox-error-mount" />
40 <div xmlns="http://www.w3.org/1999/xhtml" id="toolbox-notificationbox" />
41 <div
42 xmlns="http://www.w3.org/1999/xhtml"
43 id="toolbox-toolbar-mount"
44 role="toolbar"
46 <vbox flex="1" class="theme-body">
47 <box id="toolbox-deck" />
48 <splitter
49 id="toolbox-console-splitter"
50 class="devtools-horizontal-splitter"
51 hidden="true"
53 <box id="toolbox-panel-webconsole" collapsed="true" />
54 </vbox>
55 <tooltip id="aHTMLTooltip" page="true" />
56 </vbox>
57 </window>