Bug 716677 - test_bug296375.xul makes incorrect assumptions about the event ordering; r=smaug

This commit is contained in:
Ehsan Akhgari 2012-01-10 12:42:47 -05:00
parent a5c0991c1d
commit bb36a1998e

View File

@ -33,8 +33,8 @@ addLoadEvent(function () {
document.addBinding(document.getElementById("b"),
"chrome://global/content/bindings/checkbox.xml#checkbox");
ok(true, "addBinding didn't cause a crash");
SimpleTest.finish();
});
addLoadEvent(SimpleTest.finish);
]]>
</script>