docshell/test/chrome/test_bug311007.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docshell/test/chrome/test_bug311007.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,45 @@
     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=311007.xul
    1.11 +-->
    1.12 +<window title="Mozilla Bug 311007"
    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/MochiKit/packed.js"></script>
    1.17 +  <script type="application/javascript"
    1.18 +    src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
    1.19 +
    1.20 +<body  xmlns="http://www.w3.org/1999/xhtml">
    1.21 +<a target="_blank"
    1.22 +   href="https://bugzilla.mozilla.org/show_bug.cgi?id=311007">
    1.23 +   Mozilla Bug 311007</a>
    1.24 +<p id="display"></p>
    1.25 +<div id="content" style="display: none">
    1.26 +
    1.27 +</div>
    1.28 +<pre id="test">
    1.29 +</pre>
    1.30 +</body>
    1.31 +
    1.32 +<script class="testbody" type="application/javascript">
    1.33 +<![CDATA[
    1.34 +
    1.35 +if (navigator.platform.startsWith("Win")) {
    1.36 +  SimpleTest.expectAssertions(0, 1);
    1.37 +}
    1.38 +
    1.39 +/** Test for Bug 311007 **/
    1.40 +
    1.41 +SimpleTest.waitForExplicitFinish();
    1.42 +window.open("bug311007_window.xul", "bug311007",
    1.43 +            "chrome,width=600,height=600");
    1.44 +
    1.45 +]]>
    1.46 +</script>
    1.47 +
    1.48 +</window>

mercurial