Bug 752461 - Hide click-to-play overlays when choosing "never activate plugins.....
[gecko.git] / docshell / test / chrome / test_bug303267.xul
blob6796f4dee0e1af7135e75d63a40d8528e49c6e0b
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=303267.xul
8 -->
9 <window title="Mozilla Bug 303267"
10 xmlns:html="http://www.w3.org/1999/xhtml"
11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
13 <title>Test for Bug 303267</title>
14 <script type="application/javascript"
15 src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
17 <body xmlns="http://www.w3.org/1999/xhtml">
18 <a target="_blank"
19 href="https://bugzilla.mozilla.org/show_bug.cgi?id=303267">Mozilla Bug 303267</a>
20 <p id="display"></p>
21 <div id="content" style="display: none">
23 </div>
24 <pre id="test">
25 </pre>
26 </body>
28 <script class="testbody" type="application/javascript">
29 <![CDATA[
31 /** Test for Bug 303267 **/
33 SimpleTest.waitForExplicitFinish();
34 window.open("bug303267_window.xul", "bug303267",
35 "chrome,width=600,height=600");
37 ]]>
38 </script>
40 </window>