toolkit/content/tests/chrome/test_panel.xul

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:be3ca332f4d6
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
3 <?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
4
5 <window title="Panel Tests"
6 onload="runTest()"
7 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
8
9 <script type="application/javascript"
10 src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
11 <script type="application/javascript"
12 src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"/>
13
14 <script>
15 SimpleTest.waitForExplicitFinish();
16 function runTest()
17 {
18 window.open("window_panel.xul", "_blank", "chrome,left=200,top=200,width=200,height=200");
19 }
20 </script>
21
22 <body xmlns="http://www.w3.org/1999/xhtml">
23 <p id="display">
24 </p>
25 <div id="content" style="display: none">
26 </div>
27 <pre id="test">
28 </pre>
29 </body>
30
31 </window>

mercurial