Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Bug 647875. (Av1) test_crash_submit.xul: Remove bug 604129 SeaMonkey …
Browse files Browse the repository at this point in the history
…workaround. r=joshmoz a=akeybl

DONTBUILD (test-only, trivial).
  • Loading branch information
Serge Gautherie committed May 8, 2012
1 parent da7b6cc commit 3c0cd2b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dom/plugins/test/mochitest/test_crash_submit.xul
Expand Up @@ -93,12 +93,6 @@ function onPluginCrashed(aEvent) {
} }
function runTests() { function runTests() {
if (navigator.userAgent.match(/ SeaMonkey\//)) {
todo(false, "Skipping this test on Seamonkey ftb. (Bug 604129)");
SimpleTest.finish();
return;
}
if (!SimpleTest.testPluginIsOOP()) { if (!SimpleTest.testPluginIsOOP()) {
todo(false, "Skipping this test when test plugin is not OOP."); todo(false, "Skipping this test when test plugin is not OOP.");
SimpleTest.finish(); SimpleTest.finish();
Expand Down Expand Up @@ -130,4 +124,3 @@ function runTests() {
]]> ]]>
</script> </script>
</window> </window>

0 comments on commit 3c0cd2b

Please sign in to comment.