docshell/test/chrome/test_bug293235.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docshell/test/chrome/test_bug293235.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,39 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
     1.6 +<?xml-stylesheet
     1.7 +  href="chrome://mochikit/content/tests/SimpleTest/test.css"
     1.8 +  type="text/css"?>
     1.9 +<!--
    1.10 +https://bugzilla.mozilla.org/show_bug.cgi?id=293235.xul
    1.11 +-->
    1.12 +<window title="Mozilla Bug 293235"
    1.13 +  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    1.14 +
    1.15 +  <script type="application/javascript"
    1.16 +    src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
    1.17 +
    1.18 +<body  xmlns="http://www.w3.org/1999/xhtml">
    1.19 +<a target="_blank"
    1.20 +   href="https://bugzilla.mozilla.org/show_bug.cgi?id=293235">
    1.21 +   Mozilla Bug 293235</a>
    1.22 +<p id="display"></p>
    1.23 +<div id="content" style="display: none">
    1.24 +
    1.25 +</div>
    1.26 +<pre id="test">
    1.27 +</pre>
    1.28 +</body>
    1.29 +
    1.30 +<script class="testbody" type="application/javascript">
    1.31 +<![CDATA[
    1.32 +
    1.33 +/** Test for Bug 293235 **/
    1.34 +
    1.35 +SimpleTest.waitForExplicitFinish();
    1.36 +window.open("bug293235_window.xul", "bug293235",
    1.37 +            "chrome,width=600,height=600");
    1.38 +
    1.39 +]]>
    1.40 +</script>
    1.41 +
    1.42 +</window>

mercurial