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"?>
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
<!--
-->
<window title="Mozilla Bug 361111"
<!-- test results are displayed in the html:body -->
target="_blank">Mozilla Bug 361111</a>
</body>
<!-- test code goes here -->
<script type="application/javascript"><![CDATA[
/** Test for Bug 361111 **/
window.onerror = null;
SimpleTest.waitForExplicitFinish();
document.documentElement.setAttribute("onclick", "%");
is(1, 1, "Good, setting a bogus onclick did not throw.");
// Bonus test - make sure that flushPrefEnv is appropriately
// called at the end of the test. It would be nice if there were
// somewhere in the harness that this could live, but there isn't.
SpecialPowers.pushPrefEnv({set: [['testing.some_arbitrary_pref', true]]},
function() { SimpleTest.finish(); });
]]></script>
</window>