Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / docshell / test / chrome / test_bug92598.xhtml
blob1b89e3eeb3f6f491f8651b306abed1957d04c061
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=92598
8 -->
9 <window title="Mozilla Bug 92598"
10 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
12 <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
14 <body xmlns="http://www.w3.org/1999/xhtml">
15 <a target="_blank"
16 href="https://bugzilla.mozilla.org/show_bug.cgi?id=92598">Mozilla Bug 92598</a>
17 <p id="display"></p>
18 <div id="content" style="display: none">
20 </div>
21 <pre id="test">
22 </pre>
23 </body>
25 <script class="testbody" type="application/javascript">
26 <![CDATA[
28 /** Test for Bug 92598 */
30 SimpleTest.waitForExplicitFinish();
31 window.openDialog("bug92598_window.xhtml", "bug92598",
32 "chrome,width=600,height=600,noopener", window);
34 ]]>
35 </script>
37 </window>