Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin"?>
<?xml-stylesheet type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"?>
<!--
-->
<window title="Mozilla Bug 749367"
onload="setTimeout(runTests, 0);">
<!-- test results are displayed in the html:body -->
target="_blank">Mozilla Bug 486990</a>
</body>
<!-- test code goes here -->
<script type="text/template">
<![CDATA[
SimpleTest.waitForExplicitFinish();
function runTests() {
ok(false, "Shouldn't execute");
SimpleTest.finish();
}
]]>
</script>
<script type="text/javascript">
<![CDATA[
SimpleTest.waitForExplicitFinish();
function runTests() {
ok(true, "Should execute");
SimpleTest.finish();
}
]]>
</script>
</window>