Merge to pick up an orange fix from m-c.

This commit is contained in:
Kyle Huey 2012-03-31 09:14:19 -07:00
Родитель a53f040854 386200c036
Коммит dd25cdbd10
3 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -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>