dom/settings/tests/test_settings_service.xul

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:f57ab6e6e9c2
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/css" href="chrome://global/skin"?>
3 <?xml-stylesheet type="text/css" href="/tests/SimpleTest/test.css"?>
4 <!--
5 https://bugzilla.mozilla.org/show_bug.cgi?id=678695
6 -->
7 <window title="Mozilla Bug 678695"
8 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
9 <script type="application/javascript"
10 src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
11
12 <!-- test results are displayed in the html:body -->
13 <body xmlns="http://www.w3.org/1999/xhtml">
14 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=678695"
15 target="_blank">Mozilla Bug 678695</a>
16 </body>
17
18 <script type="application/javascript;version=1.7" src="test_settings_service.js" />
19 </window>

mercurial