1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/docshell/test/chrome/test_bug396649.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,41 @@ 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=396649.xul 1.11 +--> 1.12 +<window title="Mozilla Bug 396649" 1.13 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.14 + 1.15 + <script type="application/javascript" 1.16 + src= 1.17 + "chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"> 1.18 + </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=396649"> 1.23 + Mozilla Bug 396649</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 +/** Test for Bug 396649 **/ 1.36 + 1.37 +SimpleTest.waitForExplicitFinish(); 1.38 +window.open("bug396649_window.xul", "bug396649", 1.39 + "chrome,width=600,height=600,scrollbars"); 1.40 + 1.41 +]]> 1.42 +</script> 1.43 + 1.44 +</window>