mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
No bug: Followups to my previous two commits.
This commit is contained in:
parent
fbaf1d309b
commit
386200c036
@ -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>
|
||||
|
||||
|
@ -70,6 +70,9 @@ addLoadEvent(function() {
|
||||
});
|
||||
|
||||
}
|
||||
else {
|
||||
ok(true, "Somebody thought it was a great idea to make me type this.");
|
||||
}
|
||||
|
||||
</script>
|
||||
</pre>
|
||||
|
@ -78,6 +78,9 @@ SimpleTest.waitForFocus(function() {
|
||||
});
|
||||
|
||||
}
|
||||
else {
|
||||
ok(true, "Somebody thought it was a great idea to make me type this.");
|
||||
}
|
||||
|
||||
</script>
|
||||
</pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user