layout/generic/test/test_bug514732-2.xul

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:865a7cf8920a
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
3 <?xml-stylesheet
4 href="chrome://mochikit/content/tests/SimpleTest/test.css"
5 type="text/css"?>
6 <!--
7 https://bugzilla.mozilla.org/show_bug.cgi?id=514732
8 -->
9 <window title="Mozilla Bug 514732"
10 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
11
12 <script type="application/javascript"
13 src= "chrome://mochikit/content/tests/SimpleTest/SimpleTest.js">
14 </script>
15
16 <body xmlns="http://www.w3.org/1999/xhtml">
17 <a target="_blank"
18 href="https://bugzilla.mozilla.org/show_bug.cgi?id=514732">
19 Mozilla Bug 514732</a>
20 <p id="display"></p>
21 <div id="content" style="display: none">
22
23 </div>
24 <pre id="test">
25 </pre>
26 </body>
27
28 <script class="testbody" type="application/javascript">
29 <![CDATA[
30
31 /** Test for Bug 514732 **/
32
33 SimpleTest.waitForExplicitFinish();
34 window.open("file_bug514732_window.xul", "bug514732",
35 "chrome,width=600,height=600,scrollbars");
36
37 ]]>
38 </script>
39
40 </window>

mercurial