Bug 835338 - Part 1: Disable test_scroll.xul on Mac for now. r=dbolter

--HG--
extra : rebase_source : 35117aad43afeddb5d9ecdd39e0ab562b075a63d
This commit is contained in:
Hubert Figuière 2013-01-28 12:08:30 -05:00
parent 619ba17e18
commit 8fb18007b2

View File

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