Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
type="text/css"?>
<window title="Testing composition, text and query content events"
onload="setTimeout(onLoad, 0);"
<div id="content" style="display: none">
</div>
<pre id="test">
</pre>
</body>
<script class="testbody" type="application/javascript">
<![CDATA[
SimpleTest.waitForExplicitFinish();
function onLoad()
{
runTest();
}
function runTest()
{
window.openDialog("window_mouse_scroll_win.html", "_blank",
"chrome,width=600,height=600,noopener", window);
}
]]>
</script>
</window>