Bug 835338 - Part 2: Reenable test_scroll.xul on Mac. r=tbsaunde

This commit is contained in:
Hubert Figuière 2013-03-21 17:31:41 -04:00
parent ec7a1024d3
commit 21d93e93e1

View File

@ -106,12 +106,8 @@
gQueue.invoke(); // Will call SimpleTest.finish();
}
if (!MAC) {
SimpleTest.waitForExplicitFinish();
openBrowserWindow(doTest);
} else {
todo(false, "Re-enable on Mac after fixing bug 835338");
}
SimpleTest.waitForExplicitFinish();
openBrowserWindow(doTest);
]]>
</script>