testing/mochitest/chrome/test_sample.xul

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:2fed5cc6f2ab
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"
4 type="text/css"?>
5 <!--
6 https://bugzilla.mozilla.org/show_bug.cgi?id=8675309
7 -->
8 <window title="Mozilla Bug 8675309"
9 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
10
11 <script type="application/javascript"
12 src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js" />
13
14 <body xmlns="http://www.w3.org/1999/xhtml">
15 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=8675309">Mozilla Bug 8675309</a>
16 <p id="display"></p>
17 <div id="content" style="display: none">
18
19 </div>
20 <pre id="test">
21 </pre>
22 </body>
23
24 <script class="testbody" type="application/javascript">
25 <![CDATA[
26
27 /** Test for Bug 8675309 **/
28
29 is(1, "1", "sanity check");
30 ok(true, "sanity check");
31
32
33
34 ]]>
35 </script>
36
37 </window>

mercurial