Backed out changeset ce9c917d3e22 (bug 582361) for causing wpt failures on scroll...
[gecko.git] / widget / tests / test_system_font_changes.xhtml
blob036c775463e7e5db580a6f7cb0385776c357ab43
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 <window title="Native menu system tests"
6 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
8 <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js" />
10 <body xmlns="http://www.w3.org/1999/xhtml">
11 <p id="display"></p>
12 <div id="content" style="display: none">
13 </div>
14 <pre id="test">
15 </pre>
16 </body>
18 <script class="testbody" type="application/javascript">
19 <![CDATA[
21 SimpleTest.waitForExplicitFinish();
22 window.openDialog("system_font_changes.xhtml", "system_font_changes_window",
23 "chrome,width=600,height=600,noopener", window);
25 ]]>
26 </script>
28 </window>