test_printpreview.xhtml (697B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet type="text/css" href="chrome://global/skin"?> 3 <?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" 4 type="text/css"?> 5 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 6 <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script> 7 <body xmlns="http://www.w3.org/1999/xhtml"> 8 </body> 9 <!-- test code goes here --> 10 <script type="application/javascript"> 11 <![CDATA[ 12 SimpleTest.waitForExplicitFinish(); 13 SimpleTest.requestLongerTimeout(3); 14 window.openDialog("printpreview_helper.xhtml", "printpreview", "chrome,width=100,height=100,noopener", window); 15 ]]></script> 16 </window>