Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / docshell / test / chrome / test_bug215405.xhtml
blobe9511a6ed15c77ae1ab3446077bb4de5e9e30758
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=215405
8 -->
9 <window title="Mozilla Bug 215405"
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=215405">Mozilla Bug 215405</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 215405 */
30 SimpleTest.waitForExplicitFinish();
31 window.openDialog("bug215405_window.xhtml", "bug215405",
32 "chrome,width=600,height=600,noopener", window);
34 ]]>
35 </script>
37 </window>