layout/generic/test/test_bug514732-2.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/test/test_bug514732-2.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,40 @@
     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=514732
    1.11 +-->
    1.12 +<window title="Mozilla Bug 514732"
    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">
    1.17 +  </script>
    1.18 +
    1.19 +<body  xmlns="http://www.w3.org/1999/xhtml">
    1.20 +<a target="_blank"
    1.21 +   href="https://bugzilla.mozilla.org/show_bug.cgi?id=514732">
    1.22 +   Mozilla Bug 514732</a>
    1.23 +<p id="display"></p>
    1.24 +<div id="content" style="display: none">
    1.25 +
    1.26 +</div>
    1.27 +<pre id="test">
    1.28 +</pre>
    1.29 +</body>
    1.30 +
    1.31 +<script class="testbody" type="application/javascript">
    1.32 +<![CDATA[
    1.33 +
    1.34 +/** Test for Bug 514732 **/
    1.35 +
    1.36 +SimpleTest.waitForExplicitFinish();
    1.37 +window.open("file_bug514732_window.xul", "bug514732",
    1.38 +            "chrome,width=600,height=600,scrollbars");
    1.39 +
    1.40 +]]>
    1.41 +</script>
    1.42 +
    1.43 +</window>

mercurial