Disabling two tests by request of Christian Biesinger. Related to bug 382113.

This commit is contained in:
kherron@fmailbox.com 2007-06-24 17:52:06 -07:00
parent bc8b8e5ae7
commit a746e1c886

View File

@ -27,8 +27,8 @@ var objectGotOnload = false;
/** Test for Bug 100533 **/
function checkEvents() {
todo(childGotOnload, true, "Child got load event");
todo(objectGotOnload, true, "Object got load event");
// todo(childGotOnload, true, "Child got load event");
// todo(objectGotOnload, true, "Object got load event");
SimpleTest.finish();
}
</script>