Bug 1909986 - For sidebar revamp, only show chatbot entrypoints (context menu, shortc...
[gecko.git] / remote / marionette / chrome / test.xhtml
blob1a94c696173ab68f95cf9351b095d12d2ec52a63
1 <?xml version="1.0"?>
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 id="winTest"
9 title="Title Test"
10 windowtype="Test Type"
11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
12 xmlns:html="http://www.w3.org/1999/xhtml"
14 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
16 <dialog id="dia">
17 <vbox id="things">
18 <input
19 xmlns="http://www.w3.org/1999/xhtml"
20 id="textInput"
21 size="6"
22 value="test"
23 label="input"
25 <input
26 xmlns="http://www.w3.org/1999/xhtml"
27 id="textInput2"
28 size="6"
29 value="test"
30 label="input"
32 <input
33 xmlns="http://www.w3.org/1999/xhtml"
34 id="textInput3"
35 class="asdf"
36 size="6"
37 value="test"
38 label="input"
40 <checkbox id="testBox" label="box" />
41 </vbox>
43 <iframe
44 id="iframe"
45 name="iframename"
46 src="chrome://remote/content/marionette/test2.xhtml"
48 <iframe
49 id="iframe"
50 name="iframename"
51 src="chrome://remote/content/marionette/test_nested_iframe.xhtml"
53 <hbox id="testXulBox" />
54 <browser
55 id="aBrowser"
56 src="chrome://remote/content/marionette/test2.xhtml"
58 </dialog>
59 </window>