зеркало из https://github.com/mozilla/gecko-dev.git
Merge to pick up an orange fix from m-c.
This commit is contained in:
Коммит
dd25cdbd10
|
@ -154,6 +154,9 @@ function runTest2() {
|
||||||
addEventListener('load', function() { SimpleTest.executeSoon(runTest); });
|
addEventListener('load', function() { SimpleTest.executeSoon(runTest); });
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
ok(true, "Somebody thought it was a great idea to make me type this.");
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -70,6 +70,9 @@ addLoadEvent(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
ok(true, "Somebody thought it was a great idea to make me type this.");
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
|
@ -78,6 +78,9 @@ SimpleTest.waitForFocus(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
ok(true, "Somebody thought it was a great idea to make me type this.");
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче