Bug 1540028 [wpt PR 16099] - Catch more exceptions in Document-createElement-namespac...
[gecko.git] / widget / tests / test_wheeltransaction.xul
blob6836397dbd03a03439686f83fdbdce056733e4f8
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
3 <?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css"
4 type="text/css"?>
5 <window title="Wheel scroll transaction tests"
6 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
8 <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js" />
10 <body xmlns="http://www.w3.org/1999/xhtml">
11 <div id="content" style="display: none">
13 </div>
14 <pre id="test">
15 </pre>
16 </body>
18 <script class="testbody" type="application/javascript">
19 <![CDATA[
21 SimpleTest.waitForExplicitFinish();
22 window.open("window_wheeltransaction.xul", "_blank",
23 "chrome,width=600,height=600");
25 ]]>
26 </script>
27 </window>