No bug: Followups to my previous two commits.

This commit is contained in:
Kyle Huey 2012-03-31 07:54:12 -07:00
parent fbaf1d309b
commit 386200c036
3 changed files with 9 additions and 0 deletions

View File

@ -154,6 +154,9 @@ function runTest2() {
addEventListener('load', function() { SimpleTest.executeSoon(runTest); });
}
else {
ok(true, "Somebody thought it was a great idea to make me type this.");
}
</script>

View File

@ -70,6 +70,9 @@ addLoadEvent(function() {
});
}
else {
ok(true, "Somebody thought it was a great idea to make me type this.");
}
</script>
</pre>

View File

@ -78,6 +78,9 @@ SimpleTest.waitForFocus(function() {
});
}
else {
ok(true, "Somebody thought it was a great idea to make me type this.");
}
</script>
</pre>